From d3143787b8a0d3fd65389f6c36d84b930efb1eb8 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Sun, 6 Nov 2011 19:29:36 -0500
Subject: [PATCH] small changes to the commit script

---
 src/git_commit.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/git_commit.sh b/src/git_commit.sh
index 6a4b06cd4..bde007fed 100755
--- a/src/git_commit.sh
+++ b/src/git_commit.sh
@@ -1,2 +1,4 @@
 #!/bin/bash
-git add *; git commit -a; git push git@github.com:pd-l2ork/pd.git master
+#git add *
+#git commit -a
+git push git@github.com:pd-l2ork/pd.git master
-- 
GitLab