Answer the question
In order to leave comments, you need to log in
How to create a branch with such a structure?
there are three main branches
feature/RT-38-deploy-guide
, i.e. it is important that it starts with feature/.. and then it doesn’t matter what happens. git checkout -b feature/RT-38-deploy-guide
fatal: cannot lock ref 'refs/heads/feature/RT-38-deploy-guide': 'refs/heads/feature' exists; cannot create 'refs/heads/feature/RT-38-deploy-guide'
Answer the question
In order to leave comments, you need to log in
If a feature branch exists, it is not possible to create feature/* branches. As Aleksey Ten
wrote in the comments , you need to delete the feature branch and create branches like feature/*.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question