homepage › Forums › BridgePoint/xtUML Usage and Training › Git best practices › Reply To: Git best practices
August 9, 2013 at 2:26 pm
#1181
Keymaster
Get a list of the file changed in your branch:
Our process requires that the list of files changed be included in a particular required process document. In other RCS system a utility was created to capture this information. In git you can do this:
_- check out you branch
_- $ git diff –name-only origin/master