1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-20 10:31:59 +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 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