mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-04-22 09:25:37 +02: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…
Add table
Reference in a new issue