Vote count:
0
I have read the manual for git diff here http://ift.tt/1f1wTlv and I did not find an answer.
I'm using git diff origin/master
according to this format git diff [--options] <commit> <commit> [--] [<path>…]
(omitted commit == HEAD) after a git fetch
to see what changes have been done before I do my git merge origin/master
.
It's realy usefull and I can review the code before applying the changes. My only problem is that I'm working in a team and I want to know which commiter did the change on every file.
I did not find any option of git diff
that show the committer. What's the easiest way to see the committer (if possible with git diff
)
asked 39 secs ago
How can I display the committer using git diff
Aucun commentaire:
Enregistrer un commentaire