[user] name = Alec Goncharow email = alec@goncharow.dev [core] editor = nvim excludesfile = /home/algo/.gitignore_global [pull] rebase = true [init] defaultBranch = main templatedir = ~/.git_template [diff] tool = difftastic [difftool] prompt = false [difftool "difftastic"] cmd = difft "$LOCAL" "$REMOTE" [pager] difftool = true # `git dft` is less to type than `git difftool`. [alias] difft = difftool dift = difftool dft = difftool fix = "!f() { ${EDITOR} `git diff --name-only`; }; f"