How to merge while avoiding conflicts? #6
Unanswered
iwissemben
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I have a question, regarding merging on git.
Once the modifications of 'documentation', 'Assignment_2' and 'Assignment_3' branches will be approved, i would like to know the best way to proceed to merge them, while avoiding conflicts.
Here's the situation:
documentation
branch : I added new files (screencaps folder) in HELP folder and updated the ReadMe file of the main branch.Assignment_2
branch : I modified multiple files (.py, .ipynb) from the SRC folder and added some (environment folder) in HELP folder.Assignment_3
branch : I added a new 'ERSP_artificial.ipynb' to the SRC folder.I also want to note that I created
Assignment_3
branch from an earlier version ofAssignment_2
it also contains old versions of the file of the parent branch Assignment_2`.My intention was to merge
documentation
, thenassignment_2
thenAssignment_3
to main but I am sure there will be conflics with the SRC files. How should I proceed.Beta Was this translation helpful? Give feedback.
All reactions