Skip to content

Commit

Permalink
[gitconfig] prune on fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
randName committed Feb 20, 2021
1 parent 79459a7 commit 9283707
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions gitconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[user]
name = Shun Git
email = [email protected]
name = Shun Git
email = [email protected]
[github]
user = randname
user = randname
[alias]
undo = reset --soft HEAD~1
[core]
excludesfile = ~/.gitignore
[fetch]
prune = true

0 comments on commit 9283707

Please sign in to comment.