Skip to content

Instantly share code, notes, and snippets.

@mikezhuyuan
Created August 21, 2012 02:11
Show Gist options
  • Save mikezhuyuan/3410659 to your computer and use it in GitHub Desktop.
Save mikezhuyuan/3410659 to your computer and use it in GitHub Desktop.
git ls-remote origin
git remote add qa git://qaserver/round1
git fetch qa
git branch --track test origin/test
git push origin <branch name>
git pull origin <branch name>
git push origin --delete v0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment