From 56560fd597f94dfe6fe5fa79648398ab29d05775 Mon Sep 17 00:00:00 2001 From: xero Date: Mon, 14 Jul 2014 13:23:05 -0400 Subject: updated repo to manage dotfiles via gnu stow, the symlink farm manager. happy birthday commit! :birthday: :sparkles: --- git/.gitconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 git/.gitconfig (limited to 'git') diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..c6e923f --- /dev/null +++ b/git/.gitconfig @@ -0,0 +1,13 @@ +[user] + name = xero + email = x@xero.nu +[credential] + helper = cache +[alias] + graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n" + stat = status -sb + last = log -1 --stat + unstage = reset HEAD -- + cached = diff --cached +[color] + ui = auto -- cgit v1.2.1