Remaining question in second session about GIT branches #21
Unanswered
bogdanbilcan
asked this question in
Sessions Q&A
Replies: 1 comment
-
If i understand correctly, you should pull changes from that branch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you branch the main repo for a new feature and in between the team is working and finishes a different feature or fixes a bug that affects your code too, how can we sync our branch with main which now is ahead of our feature branch.
How to treat the merge problems, that might occur if the bug or new feature implemented before mine, is actually affecting the same classes, pieces of code as the one i am already working on.
How can we avoid code regression or messing it up entirely ?
For example messing up our branch and forcing us to re-branch and start from scratch the coding ?
Beta Was this translation helpful? Give feedback.
All reactions