diff --git a/thefuck/rules/git_push_without_commits.py b/thefuck/rules/git_push_without_commits.py index 119c903..b9c4ae2 100644 --- a/thefuck/rules/git_push_without_commits.py +++ b/thefuck/rules/git_push_without_commits.py @@ -1,7 +1,5 @@ import re -from thefuck.utils import replace_command - fix = 'git commit -m "Initial commit." && {command}' refspec_does_not_match = re.compile(r'src refspec \w+ does not match any\.')