Create a branch locally, and push it to origin:
git checkout -b branchname
git push origin branchname
Get at that branch from elsewhere:
git checkout -t -b branchname origin/branchname
Create a branch locally, and push it to origin:
git checkout -b branchname
git push origin branchname
Get at that branch from elsewhere:
git checkout -t -b branchname origin/branchname
This work is licensed under a
Creative Commons Licence
Home
|
About
|
Talks
|
Contact
|
Disclaimer
|
Changelog
|
Sitemap
Theme
darkhax
by Daniel Huckstep
Generated in 0.061s
01:49 AM July 30, 2010 MDT