Good Article, "A Simple Git Rebase Workflow, Explained"
Filed under git

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/
| View count: 1579Aug18








