summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/develop/git/aliases.txt
blob: 4f40cd4243289688a88280c45f5ced67d225b6d3 (plain) (blame)
1
2
3
4
5
6
7
8
Some useful git aliases (add them to the [auto] section of your ~/.gitconfig
file):

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