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]
|
||||
co = checkout
|
||||
sco = restore --staged
|
||||
br = branch
|
||||
cm = commit
|
||||
st = status
|
||||
|
|
Loading…
Reference in New Issue