summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.org b/README.org
index 501bbf6..b51de77 100644
--- a/README.org
+++ b/README.org
@@ -36,3 +36,12 @@
Fontconfig file that (in my opinion) gives me some nice looking
fonts. I don't really know if I've actually got a good config, but
after messing around with parts of it I'm fairly happy with it.
+
+* .gitconfig
+
+ Configuration for [[http://git-scm.com][git]]. Adds some aliases:
+
+ - ~st~: short status list.
+ - ~unadd~: reset a file or the entire working tree.
+ - ~lschanged~: list files that have changed.
+ - ~history~: Show a graph of the history of a branch.