Switching from git checkout to git switch and restore

This commit is contained in:
Rodolphe Bréard 2021-08-01 15:56:47 +02:00
parent 5e4bc46964
commit c1e03482ae

View file

@ -10,7 +10,8 @@
default = simple default = simple
[alias] [alias]
co = checkout s = switch
r = restore
df = diff --color-words df = diff --color-words
br = branch br = branch
ci = commit ci = commit