summaryrefslogtreecommitdiffstats
path: root/push.sh
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 /push.sh
parent80d4da350d982fb858f8c9967030e809c1dd5b5f (diff)
downloadspecs-73570478c0e89526c6f13408bbd24e222e0c4886.tar.gz
specs-73570478c0e89526c6f13408bbd24e222e0c4886.tar.xz
specs-73570478c0e89526c6f13408bbd24e222e0c4886.zip
commit -> push: separate push/pull automation from local committing
Diffstat (limited to 'push.sh')
-rwxr-xr-xpush.sh3
1 files changed, 3 insertions, 0 deletions
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"
+