Skip to content

Commit

Permalink
issue #417 - build webhook to git
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed May 10, 2015
1 parent d6fb351 commit 8edda19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions refresh-git.sh
@@ -0,0 +1,9 @@
# Refresh from original Repo
# WARNING will remove all local changes!!!
# except for files not in Git

git fetch --all
git reset --hard origin/master

# Pull in submodules like Stetl
git submodule foreach git pull origin master

0 comments on commit 8edda19

Please sign in to comment.