Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Svn-to-Git
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王进波
Svn-to-Git
Commits
ded287e7
Commit
ded287e7
authored
Aug 23, 2018
by
王进波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
18c0fd62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
ConfigAfterInstall.md
doc/FromSVNToGit/ConfigAfterInstall.md
+6
-2
No files found.
doc/FromSVNToGit/ConfigAfterInstall.md
View file @
ded287e7
...
...
@@ -32,4 +32,8 @@
### 格式化日志输出
`git config --global alias.hist "log --pretty=format:'%h %ad | %s%d [%an]' --graph --date='short'"`
设置日志输出格式,设置后在命令行中可以通过
`git hist`
查看当前仓库的提交历史
\ No newline at end of file
`git config --global alias.hist "log --pretty=format:'%h %ad | %s%d [%an]' --graph --date='short'"`
执行上述命令设置日志输出格式,然后在命令行中执行
`git hist`
,就可以查看当前仓库的提交历史。
也可以执行
`gitk`
,打开一个简易的GUI程序,能够比较清晰得查看提交历史
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment