Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:git:gitconfig [2010/07/28 16:24] – created billh | docs: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' | ||
+ | |||
Your global git configuration is kept in ~/ | Your global git configuration is kept in ~/ | ||
Line 27: | Line 29: | ||
[difftool " | [difftool " | ||
cmd = / | cmd = / | ||
+ | [gui] | ||
+ | gcwarning = false | ||
[merge] | [merge] | ||
tool = tortoise | tool = tortoise | ||
Line 36: | Line 40: | ||
authorsfile = / | authorsfile = / | ||
</ | </ | ||
- |