summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <michel.salim@informatik.uni-erlangen.de>2010-06-25 13:03:56 +0200
committerMichel Alexandre Salim <michel.salim@informatik.uni-erlangen.de>2010-06-25 13:03:56 +0200
commit73570478c0e89526c6f13408bbd24e222e0c4886 (patch)
treedda2638abe4661119406e7c151a94b09e643fc7b
parent80d4da350d982fb858f8c9967030e809c1dd5b5f (diff)
downloadspecs-73570478c0e89526c6f13408bbd24e222e0c4886.tar.gz
specs-73570478c0e89526c6f13408bbd24e222e0c4886.tar.xz
specs-73570478c0e89526c6f13408bbd24e222e0c4886.zip
commit -> push: separate push/pull automation from local committing
-rwxr-xr-xcommit.sh3
-rwxr-xr-xpush.sh3
2 files changed, 3 insertions, 3 deletions
diff --git a/commit.sh b/commit.sh
deleted file mode 100755
index 543f08c..0000000
--- a/commit.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-git commit && git push && fedora "cd public_html/specs/ && git pull"
-
diff --git a/push.sh b/push.sh
new file mode 100755
index 0000000..a8c73d3
--- /dev/null
+++ b/push.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+git push && fedora "cd public_html/specs/ && git pull"
+