summaryrefslogtreecommitdiffstats
path: root/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.sh b/sync.sh
new file mode 100755
index 0000000..06c89eb
--- /dev/null
+++ b/sync.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+git pull --rebase origin master
+git push origin master