{"id":582,"date":"2012-06-10T17:57:40","date_gmt":"2012-06-11T00:57:40","guid":{"rendered":"http:\/\/www.idleengineers.com\/?p=582"},"modified":"2012-06-10T17:57:40","modified_gmt":"2012-06-11T00:57:40","slug":"git-merging-multiple-commits-into-a-single-patch-for-master","status":"publish","type":"post","link":"https:\/\/idleengineers.com\/blog\/git-merging-multiple-commits-into-a-single-patch-for-master\/","title":{"rendered":"Git: merging multiple commits into a single patch for master"},"content":{"rendered":"

If you haven’t heard, Git is pretty much the new kid on the block in terms of version control systems. I’m still a bit new to Git myself, but I am already discovering its immense power. Now that I’m a little more familiar with branching and merging with Git, I’d like to share how these tools can improve software development.<\/p>\n

My workflow before branching went something like:<\/p>\n