diff options
author | Michael Allen <michael@michaelallen.io> | 2015-08-25 16:37:59 +0100 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-08-25 16:37:59 +0100 |
commit | dc3a8eb0b2734a7ee17fb90950e21fe617f261d3 (patch) | |
tree | 80b095b74b70d68aa443d413f5dede096d207af5 /README.md | |
parent | 9087e7e9102e337ba4b2623bdac5d4c530bc54b6 (diff) | |
download | git-sonar-dc3a8eb0b2734a7ee17fb90950e21fe617f261d3.tar.gz git-sonar-dc3a8eb0b2734a7ee17fb90950e21fe617f261d3.zip |
Add example to the top of the page
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,8 @@ A heads up display for git. +![An example of git-radar] + ## Installation Install from brew: @@ -129,3 +131,4 @@ See [LICENSE] for the full license text. [git:(m ← 2 my-branch)]: https://raw.githubusercontent.com/michaeldfallen/git-prompt/master/images/branch%20is%20ahead.png [git:(m 4 → my-branch)]: https://raw.githubusercontent.com/michaeldfallen/git-prompt/master/images/master%20is%20ahead.png [git:(m 1 ⇄ 2 my-branch)]: https://raw.githubusercontent.com/michaeldfallen/git-prompt/master/images/master%20branch%20diverged.png +[An example of git-radar]: https://raw.githubusercontent.com/michaeldfallen/git-prompt/master/images/detailed.png |