updated git.sh

pull/2/head
Hari Sekhon 5 years ago
parent 5e5f7cacff
commit d5642c9c00

@ -577,6 +577,10 @@ git_authors(){
git_author_emails
}
git_commit_count(){
git log --all --pretty=format:"%h" | wc -l
}
git_revert_typechange(){
# want splitting to separate filenames
# shellcheck disable=SC2046

Loading…
Cancel
Save