22 lines
452 B
Plaintext
22 lines
452 B
Plaintext
[init]
|
|
defaultBranch = master
|
|
[push]
|
|
default = current
|
|
[color]
|
|
ui = auto
|
|
[alias]
|
|
branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes
|
|
[merge]
|
|
ff = only
|
|
[fetch]
|
|
prune = true
|
|
[rebase]
|
|
autosquash = true
|
|
[diff]
|
|
colorMoved = zebra
|
|
[user]
|
|
email = owestness@gmail.com
|
|
name = vx-clutch
|
|
[credential]
|
|
helper = store
|