Skip to content

Commit

Permalink
Merge pull request #91 from Okabe-Junya/update-git-config
Browse files Browse the repository at this point in the history
Update gitconfig
  • Loading branch information
Okabe-Junya authored Jun 21, 2024
2 parents fada061 + 0124f74 commit 7b850b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,16 @@
autoSetupRemote = true
[ghq]
root = ~/src
[diff]
tool = difftastic

[difftool]
prompt = false

[difftool "difftastic"]
cmd = difft "$LOCAL" "$REMOTE"

[pager]
difftool = true
[http]
cookiefile = abc

0 comments on commit 7b850b5

Please sign in to comment.