Switching from git checkout to git switch and restore
This commit is contained in:
parent
5e4bc46964
commit
c1e03482ae
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
default = simple
|
||||
|
||||
[alias]
|
||||
co = checkout
|
||||
s = switch
|
||||
r = restore
|
||||
df = diff --color-words
|
||||
br = branch
|
||||
ci = commit
|
||||
|
|
Loading…
Reference in a new issue