show git details code example
Example 1: git list user and email
git config --global --get user.name
git config --global --get user.email
Example 2: git show username
git config --list
Example 3: get all changes on commit name
$ git diff-tree --no-commit-id --name-only -r bd61ad98
index.html
javascript/application.js
javascript/ie6.js