08 gitk 图形界面查看提交的log

在git bash界面直接输入:
gitk



在分支识图上,右键(可以右键查看已选中的分支信息,也可以查看其他的分支信息)

1. Diff this -> selected
当前这个分支与选中的分支进行比较

2. Diff selected -> this
选中的分支和当前分支进行比较

3. Make patch
4. Create tag
5. Copy commit summary
6. Write commit to file 

7. Create new brach
创建一个新的分支(图07)

8. Cherry-pick this commit
9. Rest dev branch to here
10. Make this commit
11. Return to mark
12. Find descendant of this and mark
13. Compare with marked commit 
14. Diff this -> marked commit
15. Diff marked commit -> this
16. Revert this commit

07,Create new brach



工具栏(View --> New View)

1. Gitk view defintion -- criteria for selecting revisions
Git视图定义 - 选择修订的标准

2. View Name 
视图的名称

3.Remember this view
记住这个识图

4. References(space separated list)
参考文献(空格分隔列表)

Branches & tags:分支或者标签
All refs:
All(local)branches
All tags
All remote-tracking branches

5. Commit info (regular expressions):提交信息(正则表达式)
Author:作者
Committer:修改的人
Commit Message:提交的信息
Matches all Commit info criteria:匹配所有提交信息标准
Matches no Commit info Criteria:不匹配所有提交信息标准

6. Chages to Files:对文件的更改
Fixed String:固定字符串
Regular Expression:正则表达式

7. Commit Dates:提交的日期
Since:开始的时间
Until:结束的时间

8. Limit and/or skip a number of revisions(positive integer):
限制跳过一些修订(正整数)
Number to show:要显示的数字
Number to skip:数字的间隔范围

9. Miscellaneous options:其他选择
Strictly sort by date:按日期严格排序
Mark branch side:在分支侧标记
Limit to first parent:
Simple history:
Additonal arguments to git log:git log其他附加的参数

10. Enter files and directorues to include, one per line
输入要包含的文件和目录,每行一个

11. Command to generate more commits to include
生成更多提交以包含的命令

你可能感兴趣的:(08 gitk 图形界面查看提交的log)