mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-13 02:03:59 +01:00
Add git diffs alias
This commit is contained in:
parent
0300cc80d2
commit
a0a14facd6
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
tagam = ! "f() { git tag -a $1 -m \"$1\"; }; f"
|
||||
pushtag = push --follow-tags
|
||||
pushnoci = push -o ci.skip
|
||||
diffs = diff --staged
|
||||
[core]
|
||||
editor = vim
|
||||
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
|
||||
|
|
Loading…
Reference in a new issue