B
B
blew_sweet2021-04-25 00:28:40
git
blew_sweet, 2021-04-25 00:28:40

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

1 answer(s)
D
Denis Zagaevsky, 2021-04-25
@blew_sweet

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 question

Ask a Question

731 491 924 answers to any question