Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:git:gitconfig [2010/07/28 16:24] – created billhdocs:git:gitconfig [2013/07/01 11:34] (current) billh
Line 1: Line 1:
 ====== .gitconfig ====== ====== .gitconfig ======
 +:!: This page shows a working example of a .gitconfig file.  You can create a version of this file manually, or use the 'git config' commands as shown on the [[.:git walkthrough]] page.
 +
 Your global git configuration is kept in ~/.gitconfig.  The various values I'm using are listed below with explanations. Your global git configuration is kept in ~/.gitconfig.  The various values I'm using are listed below with explanations.
  
Line 27: Line 29:
 [difftool "winmerge"] [difftool "winmerge"]
  cmd = /cygdrive/h/git-difftool-wrapper.sh \"$LOCAL\" \"$REMOTE\"  cmd = /cygdrive/h/git-difftool-wrapper.sh \"$LOCAL\" \"$REMOTE\"
 +[gui]
 + gcwarning = false
 [merge] [merge]
  tool = tortoise  tool = tortoise
Line 36: Line 40:
  authorsfile = /cygdrive/c/htdocs/projects/svnusers.txt  authorsfile = /cygdrive/c/htdocs/projects/svnusers.txt
 </code> </code>
- 
  • docs/git/gitconfig.1280355887.txt.gz
  • Last modified: 2010/07/28 16:24
  • by billh