changelog shortlog graph tags branches files raw help

Mercurial > infra > home / changeset: add gitconfig

changeset 64: 10fe0e432340
parent 63: 9512df44031b
child 73: cd1c5559ddac
child 87: 293fda0df68a
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 21 Jul 2024 21:01:03 -0400
files: .gitconfig
description: add gitconfig
     1.1--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2+++ b/.gitconfig	Sun Jul 21 21:01:03 2024 -0400
     1.3@@ -0,0 +1,9 @@
     1.4+[user]
     1.5+	name = cc
     1.6+	email = richard.westhaver@gmail.com
     1.7+[init]
     1.8+	defaultBranch = default
     1.9+[safe]
    1.10+        directory = /home/vc/src
    1.11+[credential]
    1.12+	helper = /usr/lib/git-core/git-credential-libsecret