mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +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"
|
tagam = ! "f() { git tag -a $1 -m \"$1\"; }; f"
|
||||||
pushtag = push --follow-tags
|
pushtag = push --follow-tags
|
||||||
pushnoci = push -o ci.skip
|
pushnoci = push -o ci.skip
|
||||||
|
diffs = diff --staged
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
|
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
|
||||||
|
|
Loading…
Reference in a new issue