We have 1 user use for development, but the same user is used by 2 developers . the issue is when one developer publishes his code the other developer's changes not removes. what is the solution if we want same user with 2 different developers?
We have 1 user use for development, but the same user is used by 2 developers . the issue is when one developer publishes his code the other developer's changes not removes. what is the solution if we want same user with 2 different developers?
Hi, you should use Github or Azure DevOps to manage your project.
Before publshing to the environment, the developer should meger the changes of source code.
Or, you separate their development environments and end up with a manual Merger, which of course is highly not recommended.
Hope this will help.
Thanks.
ZHU
Hi!
The solution to this is to run a Dokcer basesd developer enviornment. Where each developer work on its own docker container and they share repository using GIT.
André Arnaud de Cal...
293,209
Super User 2025 Season 1
Martin Dráb
231,923
Most Valuable Professional
nmaenpaa
101,156
Moderator