Answer the question
In order to leave comments, you need to log in
I ran a git command, I'm afraid I did something terrible, can you see?
git pull origin letters_site
I wanted to download a branch from the repository, but the branch was not created, later I found out that the branch was downloaded differently git checkout -b <branch name> origin/<branch name>
What did I do?
Answer the question
In order to leave comments, you need to log in
froze changes from origin, the letters_site branch to its working copy on the local branch, the name of which can be viewed via git status
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question