This repository has been archived on 2024-04-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
setup/roles/system/templates/.gitconfig.j2

7 lines
121 B
Django/Jinja

[user]
email = {{ email }}
name = {{ full_name }}
[core]
editor = /usr/bin/nvim
[init]
defaultBranch = master