diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-07-05 15:32:31 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-07-05 15:33:26 +0200 |
commit | bbc25dde4b6a08ad7315f60761a9737e0c223a04 (patch) | |
tree | 1d9d6642ad01afa9ea289fc452962edc44928c9f /gitconfig | |
parent | 4ceaf0d0dca0a273624938d0fec36c34ae2704fc (diff) | |
download | dotfiles-bbc25dde4b6a08ad7315f60761a9737e0c223a04.tar.gz dotfiles-bbc25dde4b6a08ad7315f60761a9737e0c223a04.tar.xz dotfiles-bbc25dde4b6a08ad7315f60761a9737e0c223a04.zip |
gitconfig: alias tags to tag
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ k = !gitk --all fm = merge --ff-only nfm = merge --no-ff + tags = tag [core] excludesfile = ~/.dotfiles/gitglobalignore |