aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsup3
1 files changed, 2 insertions, 1 deletions
diff --git a/sup b/sup
index b06f16f..3564418 100755
--- a/sup
+++ b/sup
@@ -79,5 +79,6 @@ else
MESSAGE="Updates $BASE: $LOG"
# Got upward and commit
- ( cd .. &> /dev/null && $GIT add $BASE && $DIRNAME/commit "$MESSAGE" )
+ #( cd .. &> /dev/null && $GIT add $BASE && $DIRNAME/commit "$MESSAGE" )
+ ( cd .. &> /dev/null && $GIT add -f $BASE && $DIRNAME/commit "$MESSAGE" )
fi