mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-30 06:34:09 +00:00
#550: Use shell.and_
This commit is contained in:
@@ -11,4 +11,4 @@ def match(command):
|
|||||||
|
|
||||||
@git_support
|
@git_support
|
||||||
def get_new_command(command):
|
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