diff options
author | gxlin <[email protected]> | 2020-12-22 10:45:53 +0800 |
---|---|---|
committer | gxlin <[email protected]> | 2020-12-22 10:45:53 +0800 |
commit | 320b189f7c33655bab70ed631c4085603ec76a33 (patch) | |
tree | f5deed7c351cfeecb58402aebd2126bcbdc05e61 /.gitconfig | |
parent | 815697759560472b94e063cbad153ef6ca5069db (diff) | |
download | dotfiles-320b189f7c33655bab70ed631c4085603ec76a33.tar.gz dotfiles-320b189f7c33655bab70ed631c4085603ec76a33.tar.bz2 dotfiles-320b189f7c33655bab70ed631c4085603ec76a33.zip |
Change username and email of git
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ [user] - email = [email protected] - name = Humphrey Lin + email = [email protected] + name = gxlin |