git resolve conflicts

1. Branch conflict

2. View conflict files

Git uses <<<<<<<, =======, to >>>>>>>mark the content of different branches, we modify it as follows and save it:

 

Modify conflicting files.

 

can use:

 git log --graph --pretty=oneline --abbrev-commit

command to see the branch merge graph.

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324840867&siteId=291194637