initial
This commit is contained in:
24
.gitconfig
Normal file
24
.gitconfig
Normal file
@ -0,0 +1,24 @@
|
||||
[user]
|
||||
email = aleksander@cynarski.pl
|
||||
name = Aleksander Cynarski
|
||||
signingkey = C4340BA42B9C173A
|
||||
[push]
|
||||
default = matching
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
tool = meld
|
||||
[alias]
|
||||
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
|
||||
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
|
||||
lg = !"git lg1"
|
||||
tree = "forest --pretty=format:\"%C(red)%h %C(magenta)(%ar) %C(blue)%an %C(reset)%s\" --style=15 --reverse"
|
||||
d = difftool
|
||||
open = !vim `git-open.sh`
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
[difftool]
|
||||
prompt = false
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
quotepath = false
|
||||
editor = vim
|
Reference in New Issue
Block a user