Update something
This commit is contained in:
parent
e3c94cce54
commit
147ca5ddbc
81 changed files with 3055 additions and 326 deletions
32
gitconfig/.gitconfig
Normal file
32
gitconfig/.gitconfig
Normal file
|
@ -0,0 +1,32 @@
|
|||
[user]
|
||||
name = tiff
|
||||
email = tiff@tifflabs.org
|
||||
[core]
|
||||
editor = nvim
|
||||
excludesfile = ~/.gitignore
|
||||
autocrlf = input
|
||||
[color]
|
||||
branch = auto
|
||||
diff = auto
|
||||
interactive = auto
|
||||
status = auto
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[web]
|
||||
browser = vivaldi
|
||||
[credential]
|
||||
helper = osxkeychain
|
||||
[push]
|
||||
default = simple
|
||||
[merge]
|
||||
tool = kdiff3
|
||||
[difftool]
|
||||
prompt = false
|
||||
[alias]
|
||||
d = diff
|
||||
dc = diff --cached
|
||||
l = log --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset" --abbrev-commit
|
||||
[pull]
|
||||
rebase = false
|
||||
[rerere]
|
||||
enabled = true
|
Loading…
Add table
Add a link
Reference in a new issue