Created
May 4, 2015 09:45
-
-
Save dbolser-ebi/ae4ce30424a9f53e3789 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10495 git init | |
10496 git remote add origin [email protected]:dbolser-ebi/VCFLoad-simple.git | |
10497 git add load_vcf_simple.plx | |
10498 git commit -m 'first commit' | |
10499 git push | |
10500 git rebase origin | |
10501 git rebase origin/master | |
10502 git rebase origin master | |
10503 git remote -v | |
10504 git fetch | |
10505 git rebase -i origin master | |
10506 git rebase -i origin/master | |
10507 git log | |
10508 git status | |
10509 git log | |
10510 git reset origin/master | |
10511 git status | |
10512 ll | |
10513 git log | |
10514 git checkout bcd7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment