Skip to content

Instantly share code, notes, and snippets.

@dbolser-ebi
Created May 4, 2015 09:45
Show Gist options
  • Save dbolser-ebi/ae4ce30424a9f53e3789 to your computer and use it in GitHub Desktop.
Save dbolser-ebi/ae4ce30424a9f53e3789 to your computer and use it in GitHub Desktop.
10495 git init
10496 git remote add origin git@github.com: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