Submitted by gareth on Wed, 28/07/2021 - 14:55
Submitted by gareth on Sat, 12/07/2014 - 17:53
I have been using git merge quite a lot at work as a part of the my workflow, because the powers that be outlined how we should be working prior to deployment, but it means that looking at the history in a graphical tool you get a messy web of branches, so I asked the question
"Should we be using rebase more in our workflow?"
Here are some of the arguments for rebase:
The Case for Git Rebase
Submitted by gareth on Tue, 11/02/2014 - 16:58
I really liked this webinar from Atlassian which contains a special mention of using git with Jira and Jenkins for continuous integration (CI), all of which I use at work, bonus.
http://www.youtube.com/watch?v=9SZ7kSQ2424
Utopia == A seperate build for each branch and automated testing with CI.
Submitted by gareth on Wed, 18/12/2013 - 17:59