view .gitconfig @ 301:2a1eeec1b4ea

add a git root command
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 14 May 2013 13:25:45 -0700
parents 498210b6e1a9
children d6587ced0f07
line wrap: on
line source

[core]
	excludesfile = /home/jhammel/.gitignore
[user]
	name = Jeff Hammel
	email = jhammel@mozilla.com
[alias]
        branches = branch -a
        root = rev-parse --show-toplevel
        st = status