summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2017-05-31 19:43:49 -0700
committerMike Crute <mike@crute.us>2017-05-31 19:43:49 -0700
commitfd4e575be04eb74a79ecb631576a85139a4f9d59 (patch)
tree34d79ff3346fb34761adf6d5a26a6330a0d9f0ea /.gitconfig
parent7a552280d467e0db15d958e0ba710a44c017d800 (diff)
downloaddotfiles-fd4e575be04eb74a79ecb631576a85139a4f9d59.tar.bz2
dotfiles-fd4e575be04eb74a79ecb631576a85139a4f9d59.tar.xz
dotfiles-fd4e575be04eb74a79ecb631576a85139a4f9d59.zip
Add leaderboard git shortcut
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 1b698b6..c87e2cf 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -14,6 +14,7 @@
14[alias] 14[alias]
15 purge = clean -d -f 15 purge = clean -d -f
16 compact = gc --aggressive --prune 16 compact = gc --aggressive --prune
17 leader = shortlog -sn
17 18
18 ignore = update-index --assume-unchanged 19 ignore = update-index --assume-unchanged
19 unignore = update-index --no-assume-unchanged 20 unignore = update-index --no-assume-unchanged