diff options
-rw-r--r-- | git/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 6a91637..238947a 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -5,7 +5,7 @@ ci = commit co = checkout logs = log --graph --branches --remotes --tags --pretty=format':%C(yellow)%h%C(green)%d%Creset %s %C(yellow)|%Creset %C(cyan)%an <%ae> %C(yellow)| %C(white)%aD %C(red)(%ar)%Creset' - s = status + st = status fd = "!f() { git l --grep=$1; }; f" amend = commit --amend [credential] |