summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/develop/git/aliases.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/docs/develop/git/aliases.txt')
-rw-r--r--crawl-ref/docs/develop/git/aliases.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/crawl-ref/docs/develop/git/aliases.txt b/crawl-ref/docs/develop/git/aliases.txt
new file mode 100644
index 0000000000..4f40cd4243
--- /dev/null
+++ b/crawl-ref/docs/develop/git/aliases.txt
@@ -0,0 +1,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