Verbose Logging

software development with some really amazing hair

18 May 09

08:00 AM MDT

Posted in Programming

Git things I always forget

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

Share/Bookmark

blog comments powered by Disqus