comparison .gitconfig @ 926:f1168a3417d2 default tip

rm old email
author Jeff Hammel <k0scist@gmail.com>
date Tue, 04 Mar 2025 10:21:18 -0800
parents fc88a12acf48
children
comparison
equal deleted inserted replaced
925:a92db57f62f8 926:f1168a3417d2
1 [core] 1 [core]
2 excludesfile = /home/jhammel/.gitignore 2 excludesfile = /home/jhammel/.gitignore
3 [user] 3 [user]
4 name = Jeff Hammel 4 name = Jeff Hammel
5 email = jhammel@brightsign.biz
6 signingkey = /Users/jhammel/.ssh/id_rsa.pub 5 signingkey = /Users/jhammel/.ssh/id_rsa.pub
7 [alias] 6 [alias]
8 branches = branch -a 7 branches = branch -a
9 current-branch = rev-parse --abbrev-ref HEAD 8 current-branch = rev-parse --abbrev-ref HEAD
10 discard = reset HEAD --hard 9 discard = reset HEAD --hard