mirror of https://gitlab.com/dabruh/dotfiles.git
Git switch alias.
This commit is contained in:
parent
096c591c41
commit
7881471854
|
@ -6,6 +6,7 @@ fo = fetch origin
|
||||||
lo = log --name-status
|
lo = log --name-status
|
||||||
st = status -sb
|
st = status -sb
|
||||||
stat = !git --no-pager diff --stat
|
stat = !git --no-pager diff --stat
|
||||||
|
sw = switch
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
|
|
Loading…
Reference in New Issue