@@ -6,7 +6,7 @@ In HBuilderX, to use Git, you need to install the Git plug-in first.
66
77HBuilderX Top menu, 【Tool】-> 【plug-in installation】. Open the plug-in installation window, Find Git, Click【Install】.
88
9- <img src =" /static/snapshots/tutorial/plugins_install_1 .jpg " style =" zoom : 45% ;border : 1px solid #eee ;border-radius : 20px ;" />
9+ <img src =" /static/snapshots/tutorial/source_control/plugin_macosx_en .jpg " style =" zoom : 45% ;border : 1px solid #eee ;border-radius : 20px ;" />
1010
1111## clone and import
1212
@@ -27,15 +27,16 @@ In the project manager, select the project and right-click the menu to see the g
2727
2828Project, right-click menu 【Git pull】
2929
30- <img src =" /static/snapshots/tutorial/source_control/git-new-pull.png " style =" zoom :50% ; border : 1px solid #eee ;" />
30+ <img src =" /static/snapshots/tutorial/source_control/git-new-pull-en .png " style =" zoom :50% ; border : 1px solid #eee ;" />
3131
3232## Push
3333
3434> git-push - Update remote refs along with associated objects
3535
3636Project, right-click menu 【Git Push】
3737
38- <img src =" /static/snapshots/tutorial/source_control/git-new-push.png " style =" zoom :50% ; border : 1px solid #eee ;" />
38+ <img src =" /static/snapshots/tutorial/source_control/git-new-push-en.png " style =" zoom :50% ; border : 1px solid #eee ;" />
39+
3940
4041## Commit
4142
@@ -44,22 +45,31 @@ Project, right-click menu 【Git Push】
44451 . On the file, directory, or project to be submitted, right-click the menu and click [ commit]
45462 . In the pop-up window, enter the ` commit Message ` and click the [ Submit] button.
4647
47- <img src =" /static/snapshots/tutorial/source_control/git_macosx_ac .jpg " style =" zoom :45 % ; border : 1px solid #eee ;" />
48+ <img src =" /static/snapshots/tutorial/source_control/git_macosx_ac_en .jpg " style =" zoom :40 % ; border : 1px solid #eee ;" />
4849
4950## Show Log
5051
5152Selected Project,right-click menu 【Git】->【show log】
5253
53- <img src =" /static/snapshots/tutorial/source_control/git_macosx_log.jpg " style =" zoom :45% ; border : 1px solid #eee ;border-radius : 20px ;" />
54+ <img src =" /static/snapshots/tutorial/source_control/git_macosx_log_en.png " style =" zoom :45% ; border : 1px solid #eee ;border-radius : 20px ;" />
55+
56+ ## Branch: Switch
57+
58+ Selected Project, right-click menu【Git】-> 【Switch Branch-Checkout】
59+
60+ <img src =" /static/snapshots/tutorial/source_control/git-switch-branch-en.png " style =" zoom :45% ; border : 1px solid #eee ;" />
61+
62+ ## Branch: New
5463
55- ## Branch
64+ - create branch:Selected Project, right-click menu【Git】-> 【Git New Branch】
5665
57- - create branch:Selected Project, right-click menu【Git】-> 【新建分支】
58- - switch branch:Selected Project, right-click menu【Git】-> 【切换分支】
59- - delete branch:Selected Project, right-click menu【Git】-> 【删除分支】
60- - merge branch:Selected Project, right-click menu【Git】-> 【合并分支】
66+ < img src = " /static/snapshots/tutorial/source_control/git_macosx_branch_en.jpg " style = " zoom : 60 % ; border : 1 px solid #eee ; border-radius : 20 px ; " />
67+
68+ ## Branch: Other operating
69+
6170
62- <img src =" /static/snapshots/tutorial/source_control/git_macosx_branch.jpg " style =" zoom :60% ; border : 1px solid #eee ;border-radius : 20px ;" />
71+ - delete branch:Selected Project, right-click menu【Git】-> 【Git delete branch】
72+ - merge branch:Selected Project, right-click menu【Git】-> 【Git merge branch】
6373
6474## Shortcut key configuration
6575
0 commit comments