fpull: Use rebase

This commit is contained in:
nyuszika7h 2014-11-26 14:18:22 +01:00
parent adca55fce5
commit d9b89a5f95

View File

@ -5886,7 +5886,7 @@ def player_stats_pm(cli, nick, rest):
@cmd('fpull', admin_only=True)
def fpull(cli, nick, chan, rest):
"""Pulls from the repository to update the bot."""
args = ['git', 'pull']
args = ['git', 'pull', '--rebase=preserve']
if rest:
args += rest.split(' ')