Adam Richardson's Site

Git Config

Table of Contents

<2022-05-01 Sun>

Config

All user information goes into the file .gitconfig-user, which is not part of this repo.

[include]
        path = ~/.gitconfig-user

[pull]
        rebase = true

[init]
        defaultBranch = main