Git graphical operation in vscode

When the project is modified and some codes are changed, you can see the update prompt in the third icon. After clicking in, click the “+” icon below “Change” and fill in the submission remarks in the text box. Finally, click the “hook” to confirm submission.

You can easily switch branches, create branches, merge branches, etc.

Install Git History Diff to display information about files directly.

When a conflict occurs in the merge branch, the conflict option can be displayed directly to facilitate the merge operation.