gitconfig: tidy up
This commit is contained in:
parent
4d55222f52
commit
04ae008f4f
2 changed files with 8 additions and 21 deletions
|
@ -6,15 +6,10 @@
|
|||
# Show me absolute paths, not relative paths
|
||||
# Link to a global excludes file
|
||||
[status]
|
||||
relativePaths = false
|
||||
relativePaths = false
|
||||
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
excludesfile = ~/.gitignore
|
||||
|
||||
# User Settings
|
||||
# User details
|
||||
[user]
|
||||
name = Bill Niblock
|
||||
email = azulien@gmail.com
|
||||
[init]
|
||||
templatedir = ~/.git_template
|
||||
templatedir = ~/.git_template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue