Answer the question
In order to leave comments, you need to log in
How does the tracking branch work in git?
I ran this command: git branch --track local branch origin/remote_branch. So I added a local branch local_branch that tracks the remote branch remote_branch. What actions will happen in local_branch if something is changed in the remote_branch branch? What should be done about it?
Answer the question
In order to leave comments, you need to log in
What actions will happen in local_branch if something is changed in the remote_branch branch?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question