Add git alias for counting commits
This commit is contained in:
parent
7216c1c167
commit
a3c58ceff5
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
|
||||
# Print last commit's hash
|
||||
hash = "log -1 --format='%H'";
|
||||
|
||||
# Count the number of commits
|
||||
count = "rev-list --count --all";
|
||||
};
|
||||
# }}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue