# Filename: $HOME/.gitconfig # Purpose: config for git(1) # Author: Jeffrey Serio # License: GPL v3 ############################################################################## [format] numbered = auto [color] branch = yes diff = auto pager = yes status = auto [color "branch"] current = green local = yellow remote = cyan [color "diff"] meta = yellow frag = magenta old = red new = green [color "status"] header = magenta added = green changed = yellow untracked = cyan [commit] [core] editor = emacs -nw [init] defaultBranch = main [pull] rebase = true [user] email = 23226432+hyperreal64@users.noreply.github.com name = Jeffrey Serio [global] # vim:ft=gitconfig ai et sw=4 ts=4: