Answer the question
In order to leave comments, you need to log in
Why doesn't git allow me to pull on a new branch?
There is a repository, it has 2 branches, master and front.
I clone the repo, create a front branch and want to pull all the files, pull, but it gives me Already up to date. How to overcome it?
Answer the question
In order to leave comments, you need to log in
You don't need to create a thread.
git fetch origin front
git checkout front
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question