dotfiles/git/.gitconfig
2015-04-11 16:14:53 -04:00

18 lines
362 B
INI

#============================#
# gitconfig file for niblock #
#============================#
# General Settings:
# Show me absolute paths, not relative paths
# Link to a global excludes file
[status]
relativePaths = false
[core]
excludesfile = ~/.gitignore
# User Settings
# User details
[user]
name = Bill Niblock
email = bill_niblock@yahoo.com