Skip to content

Instantly share code, notes, and snippets.

@fugudesign
Created April 3, 2018 21:14
Show Gist options
  • Save fugudesign/fdd84c78002c53012811cf0804389463 to your computer and use it in GitHub Desktop.
Save fugudesign/fdd84c78002c53012811cf0804389463 to your computer and use it in GitHub Desktop.
Git config alias for update repo and submodules
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