mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-30 14:44:05 +00:00
#550: Use shell.and_
This commit is contained in:
@@ -11,4 +11,4 @@ def match(command):
|
||||
|
||||
@git_support
|
||||
def get_new_command(command):
|
||||
return 'git stash && git pull && git stash pop'
|
||||
return shell.and_('git stash', 'git pull', 'git stash pop')
|
||||
|
||||
Reference in New Issue
Block a user