1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

Set branch name to something much more dangerous for old match

This commit is contained in:
David 2018-01-03 20:27:45 +00:00
parent 04a3143523
commit 7e81036d94

View File

@ -17,12 +17,12 @@ To push the current branch and set the remote as upstream, use
def output_bitbucket():
return '''Total 0 (delta 0), reused 0 (delta 0)
remote:
remote: Create pull request for feature/test:
remote: https://bitbucket.org/test
remote: Create pull request for feature/set-upstream:
remote: https://bitbucket.org/set-upstream
remote:
To git@bitbucket.org:test.git
e5e7fbb..700d998 feature/test -> feature/test
Branch feature/test set up to track remote branch feature/test from origin.
e5e7fbb..700d998 feature/set-upstream -> feature/set-upstream
Branch feature/set-upstream set up to track remote branch feature/set-upstream from origin.
'''