summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-03-28 23:57:25 +0200
committerGravatar Tom Willemsen2012-03-28 23:57:25 +0200
commit190be296c8684889c8e52fbec2cd28d49a051a21 (patch)
treed2e30e8c14e51fbb28c547357cd27a14dc302b19
parent1640bbf3aac2c8bbb53f62355249eb1cdc08276f (diff)
downloaddotfiles-190be296c8684889c8e52fbec2cd28d49a051a21.tar.gz
dotfiles-190be296c8684889c8e52fbec2cd28d49a051a21.zip
README.org
-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.