Commit 64420945374df0380adf796f00cfd8bcee94be2e
git/config: git ad doesn't work as intended
Claes Wallin (韋嘉誠) committed on 10/29/2016, 10:15:06 AMParent: a774e9f2b97c7680d1227ce913597a17026d4de3
Files changed
.config/git/config | changed |
.config/git/config | ||
---|---|---|
@@ -1,8 +1,7 @@ | ||
1 | 1 … | [merge] |
2 | 2 … | tool = meld |
3 | 3 … | [alias] |
4 | - ad = "!bash -c \"if [[ \\$# == 0 ]]; then exec git add .; else exec git add \\\"\\$@\\\"; fi\"" | |
5 | 4 … | lg = log --graph --pretty=tformat:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ad)%Creset' |
6 | 5 … | lr = log --walk-reflogs --pretty=tformat:'%Cred%h%Creset -%C(auto)%d%Creset %s %Cgreen(%an %ad)%Creset' |
7 | 6 … | st = status --short |
8 | 7 … | amend = commit --amend --no-edit --reset-author |
Built with git-ssb-web