You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: book/A-git-in-other-environments/sections/guis.asc
+2-2
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,8 @@ Gitkのインターフェイスは次のようになっています。
74
74
.The `gitk` history viewer.
75
75
image::images/gitk.png[The `gitk` history viewer.]
76
76
//////////////////////////
77
-
.`gitk`の歴史ビューアー
78
-
image::images/gitk.png[`gitk`の歴史ビューアー]
77
+
.`gitk`の歴史ビューアー
78
+
image::images/gitk.png[`gitk`の歴史ビューアー]
79
79
80
80
//////////////////////////
81
81
On the top is something that looks a bit like the output of `git log --graph`; each dot represents a commit, the lines represent parent relationships, and refs are shown as colored boxes.
For more information on `vcs_info`, check out its documentation in the `zshcontrib(1)` manual page, or online at http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Version-Control-Information[].
Instead of `vcs_info`, you might prefer the prompt customization script that ships with Git, called `git-prompt.sh`; see https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh[] for details.
75
75
`git-prompt.sh` is compatible with both Bash and Zsh.
0 commit comments