Git alias:
get = !git fetch --prune && git pull --rebase && git submodule update --init --recursive
Example:
git get
Compare:
git get & git put (describes both)
git get (this alias)
git put