Open Jeff-Tian opened 1 year ago
this does not seem to be issue with the repo. It looks like you created a feature branch on your local and there is no remote branch with the same name. You would need to specify from which branch you want to pull.
In your case it might be
git pull master
No, that remote branch exists.
I am expecting that the fuck
will fix my command to suggest I type:
git branch --set-upstream-to=feature/ONEPOR-70-local-connection feature/ONEPOR-70-local-connection
ah got it, so you want thefuck to fix the git pull command.
I tested and found it correctly fixing the git pull command:
did I test this correctly or missed something?
Current version info:
The output of
thefuck --version
(something likeThe Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release
):Your system (Debian 7, ArchLinux, Windows, etc.):
How to reproduce the bug:
git pull a branch without tracking information
The output of The Fuck with
THEFUCK_DEBUG=true
exported (typically executeexport THEFUCK_DEBUG=true
in your shell before The Fuck):If the bug only appears with a specific application, the output of that application and its version:
Anything else you think is relevant: