Skip to content

Commit

Permalink
Fun gitconfig options (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
topher200 authored Feb 26, 2024
1 parent ca65170 commit 5996410
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions files/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
[advice]
detachedHead = false
[commit]
cleanup = scissors
verbose = 1
template = ~/.memfault-git-commit-template
[core]
editor = nvim -c 'set filetype=gitcommit'
bare = false
excludesFile = ~/.gitignore_global
[rebase]
autosquash = true
autostash = true
[branch]
sort = -committerdate
[diff]
tool = nvimdiff
algorithm = histogram
colorMoved = dimmed-zebra
[merge]
conflictStyle = zdiff3
[push]
Expand All @@ -17,6 +25,8 @@
ff = only
[rerere]
enabled = true
[help]
autocorrect = prompt
[user]
name = Topher Brown
email = topher@memfault.com
Expand Down

0 comments on commit 5996410

Please sign in to comment.