Created
April 22, 2013 16:57
-
-
Save fordnox/5436699 to your computer and use it in GitHub Desktop.
sh script to update repository in current folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
git reset --hard HEAD | |
git pull | |
git submodule update --init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run this command: