mirror of https://github.com/mitchell/dotfiles.git
Add sco alias to .gitconfig
This commit is contained in:
parent
47a88f93d1
commit
bf600b4501
|
@ -1,5 +1,6 @@
|
||||||
[alias]
|
[alias]
|
||||||
co = checkout
|
co = checkout
|
||||||
|
sco = restore --staged
|
||||||
br = branch
|
br = branch
|
||||||
cm = commit
|
cm = commit
|
||||||
st = status
|
st = status
|
||||||
|
|
Loading…
Reference in New Issue