Skip to content

Commit 8eb6481

Browse files
ottokprati0100
authored andcommitted
Add screenshots to the README
The README is written in Markdown which supports images. Having a couple of screenshots in the README (and thus on the project page on Github) would help new users immediately understand the value of git-gui. The screenshots are chosen to illustrate some of the main features. The images are scaled down and compressed with `optipng -v -o7 *.png` to ensure they don't waste space despite being binary files. Signed-off-by: Otto Kekäläinen <otto@kekalainen.net> Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
1 parent e25cbdf commit 8eb6481

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ page](https://git-scm.com/docs/git-gui).
1111
Git GUI was initially written by Shawn O. Pearce, and is distributed with the
1212
standard Git installation.
1313

14+
Examples of `git gui blame` and `git citool`, the most popular tools in the git-gui
15+
suite:
16+
17+
![git gui blame example](docs/git-gui-blame-example.png)
18+
19+
![git citool example](docs/git-citool-example.png)
20+
1421
# Building and installing
1522

1623
You need to have the following dependencies installed before you begin:

docs/git-citool-example.png

88 KB
Loading

docs/git-gui-blame-example.png

157 KB
Loading

0 commit comments

Comments
 (0)