Created
April 3, 2018 21:14
-
-
Save fugudesign/fdd84c78002c53012811cf0804389463 to your computer and use it in GitHub Desktop.
Git config alias for update repo and submodules
This file contains 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
git config --global alias.update '!git pull && git submodule update --init --recursive --remote' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment