Me, The programmer
Just another WordPress.com site
Monthly Archives: August 2011
Viewing changed files that changed between git branches
Posted by on August 29, 2011
I found myself trying to figure out which files I had modified/added in my working git branch (related to the remote repository). After giving it a little bit of thought I realized I knew how to do it. Here it goes: Go to the branch that mirrors the remote repository (I will call it master [...]