-
Notifications
You must be signed in to change notification settings - Fork 21
Git Notes
Ariella Gladstein edited this page Mar 12, 2019
·
2 revisions
git fetch
git pull
git add ${file}
git commit -m "comment comment comment"
git push
git remote add upstream https://github.com/NCBI-Hackathons/RNA-Seq-in-the-Cloud.git
git fetch --all
git remote -v
See
https://help.github.com/en/articles/configuring-a-remote-for-a-fork
git checkout master
git merge upstream/master