added contributors alias into git.

This commit is contained in:
Suleyman Poyraz
2020-11-07 17:57:06 +03:00
parent 47d4ac0039
commit 636c1ec804

View File

@@ -15,6 +15,8 @@
# add # add
a = add # add a = add # add
chunkyadd = add --patch # stage commits chunk by chunk chunkyadd = add --patch # stage commits chunk by chunk
# Shows list of contributors of a repository.
contributors = shortlog --summary --numbered --email
# via http://philjackson.github.io/2013/04/07/handy-git-tips-to-stop-you-getting-fired.html # via http://philjackson.github.io/2013/04/07/handy-git-tips-to-stop-you-getting-fired.html
snapshot = !git stash save "snapshot: $(date)" && git stash apply "stash@{0}" snapshot = !git stash save "snapshot: $(date)" && git stash apply "stash@{0}"