git log is a powerfull command that allows to list all commits with specific criteria.
1
|
|
--all
– from all branches%ad
– date that respects--date
specifier%an
– author name%s
– subject
1 2 3 4 5 |
|
git log is a powerfull command that allows to list all commits with specific criteria.
1
|
|
--all
– from all branches%ad
– date that respects --date
specifier%an
– author name%s
– subject1 2 3 4 5 |
|