diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-10-11 09:42:24 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-10-11 09:43:59 +0600 |
| commit | 0feed796b4c309b460295443aa849ce1f9b98565 (patch) | |
| tree | 77e1c5233504b855e74e4f9bb3893c3265de2367 /files/.gitconfig | |
| parent | bf976b49c9fa7604bd208cb3d8dc4d0e4c274641 (diff) | |
Update git config..
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index 1a38a2c..6ce704b 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -25,4 +25,11 @@ ar = !sh -c 'git archive --format=tar --prefix="$(basename "$PWD")-$1/" $1^{tree} | bzip2 >"$(basename "$PWD")-$1.tar.bz2"' - history-all = "!gitk --all $( git fsck | awk '/dangling commit/ {print $3}'; git log -g --pretty='format:%H')" [push] - default = matching + default = matching +[advice] + statusHints = false +[branch] + autosetupmerge = always + autosetuprebase = local +[help] + autocorrect = 10 |
