For create git log from all commit for one user with date and another commit description do like this
1 2 |
git log --pretty=fuller --author="username" > gitlog.txt |
For create git log from all commit for one user with date and another commit description do like this
1 2 |
git log --pretty=fuller --author="username" > gitlog.txt |