git get

Get all changes for the current branch

Git alias:

get = !git fetch --prune && git pull --rebase && git submodule update --init --recursive

Example:

git get

Compare: