From d73b8d0697a4e7fdeb65e1b13ec6d3020d8efed9 Mon Sep 17 00:00:00 2001 From: Claudio Bandera Date: Thu, 17 Sep 2015 18:27:40 +0200 Subject: Added documentation for stash feature. --- git-radar | 3 +++ 1 file changed, 3 insertions(+) (limited to 'git-radar') diff --git a/git-radar b/git-radar index 67b8460..a8dd72e 100755 --- a/git-radar +++ b/git-radar @@ -30,6 +30,7 @@ if [[ -z $@ ]]; then _conflicted_them="\033[1;33mT\033[0m" _ahead_master="\xF0\x9D\x98\xAE \033[1;32m←\033[0m" _local_diverged="\033[1;33m⇵\033[0m" + _stash="\033[1;33m≡\033[0m" echo "git-radar - a heads up display for git" echo "" echo "examples:" @@ -51,6 +52,8 @@ if [[ -z $@ ]]; then echo " # rebase complete, our rewritten commits now need pushed up" printf " $_git$_ahead_master 3 $_my_branch$_endgit" echo " # origin/my-branch is up to date with master and has our 3 commits waiting merge" + printf " $_git$_master$_endgit 3$_stash" + echo " # You have 3 stashes stored" echo "" echo "usage:" -- cgit v1.2.3