Skip to content

Latest commit

 

History

History

git-get

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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: