echo git CONFLICT (content): Merge conflict in config.js code example
Example: git Automatic merge failed; fix conflicts and then commit the result
$ git status
$ git add .
$ git commit -a "Comment"
$ git status
$ git add .
$ git commit -a "Comment"