Skip to content

Commit 78b3be7

Browse files
committed
补充 英文文档 GIT/SVN相关截图
1 parent 79c7296 commit 78b3be7

17 files changed

+35
-21
lines changed

en/Tutorial/SourceControl/Git/MacOSX.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In HBuilderX, to use Git, you need to install the Git plug-in first.
66

77
HBuilderX 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
2828
Project, 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
3636
Project, 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】
4445
1. On the file, directory, or project to be submitted, right-click the menu and click [commit]
4546
2. 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

5152
Selected 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: 1px solid #eee;border-radius: 20px;" />
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

en/Tutorial/SourceControl/Git/Windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ HBuilderX Top menu, 【Tool】-> 【plug-in installation】. Open the plug-in in
1919
- Top Menu, 【File】-> 【Import】-> 【Import From Git】
2020
- HBuilderX Project manager, Right click menu【Import】-> 【Import From Git】
2121

22-
<img src="/static/snapshots/tutorial/source_control/git_windows_clone.png" style="zoom:70%" />
22+
<img src="/static/snapshots/tutorial/source_control/git_windows_clone_en.png" style="zoom:70%;border: 1px solid #eee;" />
2323

2424
## Operation menu
2525

@@ -37,15 +37,15 @@ Click the related menu to bring up TortoiseGit.
3737
3838
Project, right-click menu 【Git pull】
3939

40-
<img src="/static/snapshots/tutorial/source_control/git-new-pull.png" style="zoom:50%; border: 1px solid #eee;" />
40+
<img src="/static/snapshots/tutorial/source_control/git-new-pull-en.png" style="zoom:50%; border: 1px solid #eee;" />
4141

4242
## Push
4343

4444
> git-push - Update remote refs along with associated objects
4545
4646
Project, right-click menu 【Git Push】
4747

48-
<img src="/static/snapshots/tutorial/source_control/git-new-push.png" style="zoom:50%; border: 1px solid #eee;" />
48+
<img src="/static/snapshots/tutorial/source_control/git-new-push-en.png" style="zoom:50%; border: 1px solid #eee;" />
4949

5050
## Shortcut key configuration
5151

en/Tutorial/SourceControl/SVN/MacOSX.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ which svn
2121

2222
HBuilderX Top menu, 【Tool】-> 【plug-in installation】. Open the plug-in installation window, Find SVN, Click【Install】.
2323

24-
<img src="/static/snapshots/tutorial/source_control/plugin_macosx.jpg" style="zoom:40%; border-radius: 20px;border: 1px solid #eee;" />
24+
<img src="/static/snapshots/tutorial/source_control/plugin_macosx_en.jpg" style="zoom:40%; border-radius: 20px;border: 1px solid #eee;" />
2525

2626
## Operation menu
2727

2828
Project manager, select the project, right-click the menu, you can see the SVN related operation menu.
2929

30-
<img src="/static/snapshots/tutorial/source_control/svn_macosx_menu.png" style="zoom:50%;border-radius: 5px;border: 1px solid #eee;" />
30+
<img src="/static/snapshots/tutorial/source_control/svn_macosx_menu_en.png" style="zoom:50%;border-radius: 5px;border: 1px solid #eee;" />
3131

3232
## Commit
3333

3434
1. On the file, directory, or project to be submitted, right-click the menu and click [SVN Submit]
3535
2. In the SVN window, enter the Message, and click the [SVN Submit] button.
3636

37-
<img src="/static/snapshots/tutorial/source_control/svn_macosx_ci.jpg" style="zoom:45%; border: 1px solid #eee;" />
37+
<img src="/static/snapshots/tutorial/source_control/svn_macosx_ci_en.jpg" style="zoom:45%; border: 1px solid #eee;" />
3838

3939
## Show Log
4040

en/Tutorial/SourceControl/SVN/Windows.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,24 @@ In HBuilderX, to use SVN, you need to install the SVN plug-in first.
77
The SVN plug-in calls the `external SVN command line tool`, So need to install`TortoiseSVN`
88

99
[TortoiseSVN Download](https://tortoisesvn.net/downloads.html)
10+
11+
> Note: HBuilderX SVN plug-ins all call TortoiseSVN, so this article will not describe the TortoiseSVN operation tutorial in detail.
1012
1113
## Plug-in Install
1214

1315
HBuilderX Top menu, 【Tool】-> 【plug-in installation】. Open the plug-in installation window, Find SVN, Click【Install】.
1416

15-
<img src="/static/snapshots/tutorial/source_control/plugin_window.png" style="zoom:70%" />
17+
<img src="/static/snapshots/tutorial/source_control/plugin_window_en.png" style="zoom:70%" />
18+
19+
## SVN Import
20+
21+
<img src="/static/snapshots/tutorial/source_control/svn_windows_import_en.png" style="zoom:80%;border: 1px solid #eee;" />
1622

1723
## Operation menu
1824

1925
Project manager, select the project, right-click the menu, you can see the SVN related operation menu.
2026

21-
> 备注:HBuilderX SVN插件,都是调用TortoiseSVN,因此本文不再详细描述TortoiseSVN操作教程。
22-
23-
<img src="/static/snapshots/tutorial/source_control/svn_windows_menu.png" style="border-radius: 5px;border: 1px solid #eee;" />
27+
<img src="/static/snapshots/tutorial/source_control/svn_windows_menu_en.png" style="border-radius: 5px;border: 1px solid #eee;" />
2428

2529
## Shortcut key configuration
2630

29.7 KB
Loading
27.3 KB
Loading
44.3 KB
Loading
110 KB
Loading
15.8 KB
Loading
168 KB
Loading

0 commit comments

Comments
 (0)