From f7f7f7992c08a1619db4e0fdbe297cc397bf25e6 Mon Sep 17 00:00:00 2001 From: Parabola git Date: Fri, 3 Oct 2014 19:15:38 +0100 Subject: Manual update --- update-gitmeta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'update-gitmeta') diff --git a/update-gitmeta b/update-gitmeta index 75122a6..ab83b2a 100755 --- a/update-gitmeta +++ b/update-gitmeta @@ -7,6 +7,6 @@ export GIT_DIR="$PWD/.gitmeta" if [[ -n $(git status -s .) ]]; then git add . git commit -m "$message" - git pull - git push fi +git pull +git push -- cgit v1.2.3-54-g00ecf