Some useful git aliases (add them to the [alias] section of your ~/.gitconfig
file):

co  = checkout
st  = status
sm  = submodule
smu = submodule update --init
up  = remote update
