mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-13 02:03:59 +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
|
||||
pushnoci = push -o ci.skip
|
||||
diffs = diff --staged
|
||||
restores = restore --staged
|
||||
[core]
|
||||
editor = vim
|
||||
attributesfile = {{ .chezmoi.homeDir }}/.gitattributes
|
||||
|
|
Loading…
Reference in a new issue