December 2008
Intermediate to advanced
184 pages
4h 47m
English
Git comes with a Tcl/Tk[14] GUI interface. You can run it from within your project’s
directory by typing git gui at the command prompt.
Some OS-specific installers include context menu links to open git-gui—the
name of the project—in the folder you are at.
git-gui provides an interface—like that in Figure 5, git-gui running—to many of the commands we’ll be discussing in this book. We won’t specifically be covering the GUI interface, but if you prefer working with a GUI, you can follow along relatively closely with the examples using git-gui.
Although git-gui provides you with an interface ...