summaryrefslogtreecommitdiffstats
path: root/dgbuilder/git_scripts/gitpull
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder/git_scripts/gitpull')
-rwxr-xr-xdgbuilder/git_scripts/gitpull7
1 files changed, 7 insertions, 0 deletions
diff --git a/dgbuilder/git_scripts/gitpull b/dgbuilder/git_scripts/gitpull
new file mode 100755
index 00000000..8d475adf
--- /dev/null
+++ b/dgbuilder/git_scripts/gitpull
@@ -0,0 +1,7 @@
+if [ "$#" != "1" ]
+then
+ echo "Usage $0 full_path_to_local_repository"
+ exit
+fi
+cd $1
+git pull