Touch up git a bit

This commit is contained in:
Bill Niblock 2024-10-13 16:24:12 -04:00
parent 532e627b4e
commit 2acbe2aa5e

View file

@ -1,6 +1,6 @@
#==========================# #==============================================================================#
# Global Git Configuration # #= Global Git Configuration =#
#==========================# #==============================================================================#
[config] [config]
relativePaths=false # Show relative paths with status outputs relativePaths=false # Show relative paths with status outputs
[init] [init]
@ -14,4 +14,3 @@ name="Bill Niblock" # My name
email="bill@theinternetvagabond.com" # My email address email="bill@theinternetvagabond.com" # My email address
[includeIf "gitdir:~/Code/nibtech/"] # Over-ride with NibTech credentials [includeIf "gitdir:~/Code/nibtech/"] # Over-ride with NibTech credentials
path="~/.config/git/nibtech.conf" # Path to NibTech config file path="~/.config/git/nibtech.conf" # Path to NibTech config file
# another thing!