fpull: Use rebase
This commit is contained in:
parent
adca55fce5
commit
d9b89a5f95
@ -5886,7 +5886,7 @@ def player_stats_pm(cli, nick, rest):
|
|||||||
@cmd('fpull', admin_only=True)
|
@cmd('fpull', admin_only=True)
|
||||||
def fpull(cli, nick, chan, rest):
|
def fpull(cli, nick, chan, rest):
|
||||||
"""Pulls from the repository to update the bot."""
|
"""Pulls from the repository to update the bot."""
|
||||||
args = ['git', 'pull']
|
args = ['git', 'pull', '--rebase=preserve']
|
||||||
|
|
||||||
if rest:
|
if rest:
|
||||||
args += rest.split(' ')
|
args += rest.split(' ')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user