20 lines
395 B
Text
20 lines
395 B
Text
#============================#
|
|
# 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 = azulien@gmail.com
|
|
[init]
|
|
templatedir = ~/.git_template
|