diff options
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/gitconfig b/gitconfig deleted file mode 100644 index f68fed8..0000000 --- a/gitconfig +++ /dev/null @@ -1,38 +0,0 @@ -[user] - name = Matt Singleton - email = matt@xcolour.net - -[alias] - st = status - ci = commit - br = branch - co = checkout - df = diff - lg = log -p - -[core] - whitespace = trailing-space,space-before-tab,cr-at-eol - editor = vim - autocrlf = input - excludesfile = /Users/matt/.gitignore - pager = less -+$LESS -RSX - -[push] - default = nothing - -[color] - ui = true - -[mergetool] - keepTemporaries = false - prompt = false - -[merge] - tool = meld - -[diff] - tool = meld -[init] - defaultBranch = main -[pull] - ff = only |