diff options
author | Santo Cariotti <santo@dcariotti.me> | 2020-11-14 11:01:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-14 11:01:35 +0100 |
commit | b1325382a0e3670720898155a4a2aacc65f6d0bf (patch) | |
tree | b4dbf78ea1b79e661cd9637474f2cbe9f5f9c9a3 /git | |
parent | 2359e388ea7b3292dbc6b6aacb01791ccc5eba2e (diff) |
Update .gitconfig
Diffstat (limited to 'git')
-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] |