Skip to content

Commit 9cf1c92

Browse files
committed
Sync A-git-in-other-environments gui.
1 parent c486304 commit 9cf1c92

File tree

1 file changed

+2
-1
lines changed
  • book/A-git-in-other-environments/sections

1 file changed

+2
-1
lines changed

book/A-git-in-other-environments/sections/guis.asc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ image::images/git-gui.png[`git-gui` 提交工具。]
5858
右侧窗口的上方以 diff 格式来显示当前选中文件发生了变动的地方。
5959
你可以通过右击某一区块或行从而将这一区块或行放入暂存区。
6060

61-
右侧窗口的下方是写日志和执行操作的地方。在文本框中键入日志然后点击 ``提交'' 就和执行 `git commit` 的效果差不多。
61+
右侧窗口的下方是写日志和执行操作的地方。
62+
在文本框中键入日志然后点击 ``提交'' 就和执行 `git commit` 的效果差不多。
6263
如果你想要修订上一次提交, 可以选中``修订'' 按钮,上次一提交的内容就会显示在 ``暂存区''。
6364
然后你就可以简单的对修改进行暂存和取消暂存操作,更新提交日志,然后再次点击 ``提交'' 用这个新的提交来覆盖上一次提交。
6465

0 commit comments

Comments
 (0)