aboutsummaryrefslogtreecommitdiffstats
path: root/roles/common/templates/root_gitconfig.j2
blob: 90c71514a13382a2cf315c464b2caac7dd999f0b (plain)
1
2
3
4
5
      git config --global user.name "Your Name"
                git config --global user.email you@example.com
[user]
    name = root
    email = root@{{ hostname_fqdn }}