Skip to content

Commit

Permalink
use tabs for gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
randName committed May 17, 2023
1 parent 45e9e50 commit ee50835
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gitconfig
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[user]
name = Shun Git
email = [email protected]
signingkey = 2A8E70EDA1631F2B
name = Shun Git
email = [email protected]
signingkey = 2A8E70EDA1631F2B
[github]
user = randname
user = randname
[alias]
undo = reset --soft HEAD~1
undo = reset --soft HEAD~1
[core]
excludesfile = ~/.gitignore
excludesfile = ~/.gitignore
[fetch]
prune = true
prune = true
[pull]
rebase = true

0 comments on commit ee50835

Please sign in to comment.