diff options
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index 6ce704b..1c54287 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -12,6 +12,7 @@ stat = true [core] pager = less -+$LESS -FRX + excludesfile = ~/.gitignore [alias] diffstat = diff --stat -r co = checkout @@ -33,3 +34,7 @@ autosetuprebase = local [help] autocorrect = 10 +[credential] + helper = cache +[remote-hg] + hg-git-compat = true |
