I am trying to pull from one of branch in remote named "front" to a branch named "back":
git checkout front
git pull
But i am getting error message like,
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>.
What should I do now? Thanks in advance..
If I understand your scenario, you are working in a branch named "back", and you want to pull changes from the "front" branch.
If that is what you want to achieve, you may try the following command (while in the "back" branch):
git pull origin front
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With