Posts tagged with branch
How to fix that mistake commit you just pushed to your git repository
Dennis - December 7th, 2011
Published in Programming
I’ve already written a time or two how you can use git rebase to change your commit history as you work. Handy handy.. I think everyone should know how to do that. Next up.. what if you pushed a commit and realize it’s not so great. First of all, everyone discourages this of course. The [...]
- Share this:
- Share
No Comments
Sharing git branches
Dennis - September 15th, 2008
Published in Programming
I’ve been learning git lately. Here are a few tips for sharing branches I’ve collected during the past few weeks. Create a branch In git, branches are stored on your local machine. Even the commonly named “master”, is just a branch on your local machine. Master is simply set up to track a branch on [...]
- Share this:
- Share