From 4a828731d87b5061acd32bff4bafb21ad1e6067d Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Sat, 16 Nov 2013 01:52:42 +0100 Subject: [PATCH] [New] added script to log commits ahead of origin --- aheadStatus.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/aheadStatus.sh b/aheadStatus.sh index 9e24780db..2ad119019 100755 --- a/aheadStatus.sh +++ b/aheadStatus.sh @@ -16,6 +16,7 @@ function logAheadCount() { echo "Checking how far ahead each project is against origin..." cd .. +cd "li.strolch.dev" ; logAheadCount ; cd .. cd "li.strolch.parent" ; logAheadCount ; cd .. cd "li.strolch.bom" ; logAheadCount ; cd .. cd "li.strolch.model" ; logAheadCount ; cd ..