summaryrefslogtreecommitdiffstats
path: root/sync.sh
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-02-26 12:56:08 +0000
committerYann Herklotz <git@yannherklotz.com>2021-02-26 12:58:54 +0000
commitc77cd6168a805255e44988b41d2911182ec99327 (patch)
tree47d4780737a05167961ae73ccfb0e78150108930 /sync.sh
parent92cd0135488bd6b4a6f27197850d8d56a0f66a62 (diff)
downloadoopsla21_fvhls-c77cd6168a805255e44988b41d2911182ec99327.tar.gz
oopsla21_fvhls-c77cd6168a805255e44988b41d2911182ec99327.zip
Add sync and reviewspldi21
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