GithubHelp home page GithubHelp logo

Comments (2)

shak360 avatar shak360 commented on August 15, 2024 1

We should create a cheatsheet or a standard workflow of commands so we know which ones to use and which ones to avoid.

from thmm.

shak360 avatar shak360 commented on August 15, 2024 1

@alexlim97 https://asmlab.slack.com/archives/CC9BW18HY/p1538768246000100 here's a workflow for setting it up:

  • login to the aretha server with the link Dr. Meyer provided
  • open a terminal in the jupyter landing page
  • git clone [email protected]:meyer-lab/lineage-growth.git doesn't work
  • generate a new ssh key with ssh-keygen -t rsa
    --(press enter to use all the default options and enter no password)
  • copy the contents of the rsa_id.pub into your clipboard and add it as a new ssh key on Github
    --(I did this by
    --cp rsa_id.pub rsa_id.txt,
    --mv rsa_id.txt ~,
    --cd ~ and opening the text file and copying)
  • after setting it up on Github, git cloning works using git clone [email protected]:meyer-lab/lineage-growth.git

Once you've set this up, we can decide how we'll manage branches.

from thmm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.