Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 331 Bytes

index.md

File metadata and controls

23 lines (14 loc) · 331 Bytes

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: