1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Always pull with --rebase

This commit is contained in:
Holger Just 2013-05-08 18:59:41 +02:00
parent dfc68822b5
commit ba7dc453a2

View File

@ -4,7 +4,7 @@
st = status
co = checkout
merge = merge --no-ff
pull = pull --no-ff
pull = pull --rebase
ci = commit
cm = commit
p = push