mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 22:18:07 +01:00
git: add restore --staged alias
This commit is contained in:
parent
8dbb737944
commit
d32139c8bb
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
||||||
pushtag = push --follow-tags
|
pushtag = push --follow-tags
|
||||||
pushnoci = push -o ci.skip
|
pushnoci = push -o ci.skip
|
||||||
diffs = diff --staged
|
diffs = diff --staged
|
||||||
|
restores = restore --staged
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
|
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
|
||||||
|
|
Loading…
Reference in a new issue