- Get the list of all project authors
git log --format='%aN' | sort -u- Get the statistics chages lines per files.
Using Gawk:
git log --author="Your_Name_Here" --pretty=tformat: --numstat \
git log --format='%aN' | sort -uUsing Gawk:
git log --author="Your_Name_Here" --pretty=tformat: --numstat \
| ----- Esc ----- | |
| Quick change directory: Esc + c | |
| Quick change directory history: Esc + c and then Esc + h | |
| Quick change directory previous entry: Esc + c and then Esc + p | |
| Command line history: Esc + h | |
| Command line previous command: Esc + p | |
| View change: Esc + t (each time you do this shortcut a new directory view will appear) | |
| Print current working directory in command line: Esc + a | |
| Switch between background command line and MC: Ctrl + o | |
| Search/Go to directory in active panel: Esc + s / Ctrl + s then start typing directory name |