I'm new to GIT and Branches. I've two problems with GIT
- There are two - branchesDev and Master, whenever we've done any modifications in Dev we are- syncingthem with Master- branch(if required). Some time we are getting error while doing- committhe changes in Dev, by using- pulloption we've resolved the error. While doing- pull,- GITautomatically merging my modifications into master- branch. While- GITis configured with Jenkins the changes are going to Production without any approval from business.
- Some times, other team peoples just copying other HTML pages themselves directly into prod folder(Which is also a part of GIT). So, whenever we - mergethe code with dev, the local files are replacing prod files.
Could you please anyone help on this. I'm struggling a lot since 1 week.
Thanks in advance!!
