Git Issues at the time of Pull changes

0
I am using Mendix version 9.24.32 and whenever I go for pull request then I will find all committed changes by other developer in my local repository and then I have to commit it once again as all developer are using same branch for development activities   What would be the best way to ignore such situation or this we can't ignore ?
asked
3 answers
0

Himanshu,

 

It is always better to keep updated with the changes of other developers working in the same branch. So, as far I understand we cannot ignore this feature, this feature allows us to avoid larger conflicts while we sync changes of other developers.

answered
0

Hi Himanshu Khanna,

A merge commit is required to combine local changes with the pulled updates.

 

answered
0

Hi Himanshu Khanna,

 

Each developer can work on a separate feature branch and merge the change in the main line after the task is done.

answered