Skip to content

Commit 6ef0e0a

Browse files
committed
Merge pull request #28 from schacon/chapter-10
Chapter 10
2 parents 4ec71e3 + ec46885 commit 6ef0e0a

File tree

11 files changed

+316
-20
lines changed

11 files changed

+316
-20
lines changed

en/book/02-git-basics/chapter2.asc

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -877,19 +877,6 @@ b0ad11e - pull: allow "git pull origin $something:$current_branch" into an unbor
877877

878878
Of the nearly 40,000 commits in the Git source code history, this command shows the 6 that match those criteria.
879879

880-
==== Using a GUI to Visualize History
881-
882-
If you like to use a more graphical tool to visualize your commit history, you may want to take a look at a Tcl/Tk program called gitk that is distributed with Git.
883-
Gitk is basically a visual `git log` tool, and it accepts nearly all the filtering options that `git log` does.
884-
If you type gitk on the command line in your project, you should see something like <<gitk_visualizer>>.
885-
886-
[[gitk_visualizer]]
887-
.The gitk history visualizer.
888-
image::images/18333fig0202-tn.png[The gitk history visualizer.]
889-
890-
You can see the commit history in the top half of the window along with a nice ancestry graph.
891-
The diff viewer in the bottom half of the window shows you the changes introduced at any commit you click.
892-
893880
[[_undoing]]
894881
=== Undoing Things
895882

en/book/10-git-in-other-environments/chapter10.asc

Lines changed: 316 additions & 7 deletions
Large diffs are not rendered by default.

en/book/images/egit.png

276 KB
Loading

en/book/images/git-bash.png

8.29 KB
Loading

en/book/images/git-gui.png

33.2 KB
Loading

en/book/images/gitk.png

62.2 KB
Loading

en/book/images/posh-git.png

9.73 KB
Loading

en/book/images/vs-1.png

23.5 KB
Loading

en/book/images/vs-2.png

9.85 KB
Loading

en/book/images/zsh-oh-my.png

10 KB
Loading

0 commit comments

Comments
 (0)