mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-02-20 02:22:00 +00:00
Always pull with --rebase
This commit is contained in:
parent
dfc68822b5
commit
ba7dc453a2
@ -4,7 +4,7 @@
|
|||||||
st = status
|
st = status
|
||||||
co = checkout
|
co = checkout
|
||||||
merge = merge --no-ff
|
merge = merge --no-ff
|
||||||
pull = pull --no-ff
|
pull = pull --rebase
|
||||||
ci = commit
|
ci = commit
|
||||||
cm = commit
|
cm = commit
|
||||||
p = push
|
p = push
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user