Touch up git a bit
This commit is contained in:
parent
532e627b4e
commit
2acbe2aa5e
1 changed files with 10 additions and 11 deletions
21
git/config
21
git/config
|
@ -1,17 +1,16 @@
|
||||||
#==========================#
|
#==============================================================================#
|
||||||
# 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]
|
||||||
defaultBranch=main # Default branch is 'main' not 'master'
|
defaultBranch=main # Default branch is 'main' not 'master'
|
||||||
[diff]
|
[diff]
|
||||||
algorithm=histogram # Better-sorted output of diffs
|
algorithm=histogram # Better-sorted output of diffs
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle=diff3 # Use the diff3 merge output
|
conflictstyle=diff3 # Use the diff3 merge output
|
||||||
[user] # Default credentials:
|
[user] # Default credentials:
|
||||||
name="Bill Niblock" # My name
|
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!
|
|
||||||
|
|
Loading…
Reference in a new issue