[git] Add aliases for restore --stage
(rs) and switch --create
(sc)
This commit is contained in:
parent
2f897bb808
commit
a0f23a108f
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@
|
||||||
f = fetch
|
f = fetch
|
||||||
sup = submodule update --recursive
|
sup = submodule update --recursive
|
||||||
really-clean = clean -fd
|
really-clean = clean -fd
|
||||||
|
rs = restore --stage
|
||||||
|
sc = switch --create
|
||||||
[ui]
|
[ui]
|
||||||
color = true
|
color = true
|
||||||
[diff]
|
[diff]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue