Skip to content
Snippets Groups Projects
Commit 6bff746f authored by James Vasile's avatar James Vasile
Browse files

Add git config

parent dfe1dd4b
No related branches found
No related tags found
No related merge requests found
[core]
editor = vim
excludesfile = ~/.gitignore
quotepath = false
[user]
email = james@jamesvasile.com
name = James Vasile
[alias]
co = checkout
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
cp = cherry-pick
[rebase]
autosquash = true
autostash = true
[color]
ui = auto
[credential]
helper = store
[diff]
tool = kitty
guitool = kitty.gui
[difftool]
prompt = false
trustExitCode = true
[difftool "kitty"]
cmd = kitty +kitten diff $LOCAL $REMOTE
[difftool "kitty.gui"]
cmd = kitty kitty +kitten diff $LOCAL $REMOTE
[merge]
ff = no
commit = no
[multi]
root = ~/src
root = ~/.password-store
root = /usr/local/src
root = /usr/local/stow
our = https://code.jamesvasile.com/james
our = https://github.com/jvasile
our = https://github.com/opentechstrategies
default = rebase: --quiet
default = status: --short
[rerere]
enabled = 1
[init]
defaultBranch = main
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[push]
default = current
[safe]
directory = /etc/tinc/ots
directory = /opt/keyd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment