Merge branch 'master' of github.com:nvbn/thefuck

This commit is contained in:
nvbn
2015-11-01 13:17:15 +08:00
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ def match(command):
@git_support
def get_new_command(command):
return replace_argument(command.script, 'push', 'push --force')
return replace_argument(command.script, 'push', 'push --force-with-lease')
enabled_by_default = False