diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-05 13:14:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-05 13:14:46 +0300 |
commit | 534b5b072ef687a7b1c4886c6bb6d9c0f5288bdb (patch) | |
tree | 03e099bc9c8ea5f2be5bc3cb3516af77ff5be0b9 | |
parent | ad0db3a0b5ad68f5d8485f1e7ecf418a689b40cb (diff) | |
download | all-534b5b072ef687a7b1c4886c6bb6d9c0f5288bdb.tar.gz all-534b5b072ef687a7b1c4886c6bb6d9c0f5288bdb.tar.bz2 all-534b5b072ef687a7b1c4886c6bb6d9c0f5288bdb.tar.xz all-534b5b072ef687a7b1c4886c6bb6d9c0f5288bdb.zip |
Show repo name and not path in pushall script.
-rwxr-xr-x | pushall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ function status { cd $1 STR=`git status|grep "Your branch is ahead"` if [[ -n ${STR} ]]; then - echo "pusing $1" + echo "pusing $2" git push fi cd $DIR |