diff options
author | Karel Kočí <karel.koci@nic.cz> | 2019-11-11 14:00:30 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2019-11-11 14:00:30 +0100 |
commit | 24cb86c9be72c1818a9976eedec5992a9a9d9e89 (patch) | |
tree | 9492770f62fe26b2341b133f68053d72da064b2d /gitconfig | |
parent | 5d01e5c2bedb17b58c9a42a66ae1b94ed54f600d (diff) | |
download | myconfigs-24cb86c9be72c1818a9976eedec5992a9a9d9e89.tar.gz myconfigs-24cb86c9be72c1818a9976eedec5992a9a9d9e89.tar.bz2 myconfigs-24cb86c9be72c1818a9976eedec5992a9a9d9e89.zip |
gitconfig: drop hist and add please
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,8 +16,8 @@ st = status br = branch wt = worktree - hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short type = cat-file -t dump = cat-file -p + please = push --force-with-lease [commit] verbose = true |