Good Article, "A Simple Git Rebase Workflow, Explained"

Git Logo

If you currently use the git merge workflow: 

Example

git commit -a

git pull origin master

git push origin master

 

You might wanna check out the git rebase workflow. It will make your life a even better and you will also look like a "Ninja" with some clean commits ;)

http://mettadore.com/analysis/a-simple-git-rebase-workflow-explained/

del.icio.us Digg StumbleUpon Facebook Google Bookmarks DZone
| View count: 1579
blog comments powered by Disqus