diff --git a/common/.gitconfig b/common/.gitconfig index e26a435..9aa7829 100644 --- a/common/.gitconfig +++ b/common/.gitconfig @@ -1,26 +1,35 @@ [branch] autosetupmerge = true +[commit] + gpgsign = true + [push] default = upstream + [rerere] enabled = true + [rebase] autosquash = true [color] ui = auto + [color "branch"] current = yellow reverse local = yellow remote = green + [color "decorate"] remoteBranch = blue bold + [color "diff"] meta = yellow bold frag = magenta bold old = red bold new = green bold + [color "status"] added = yellow changed = green @@ -28,6 +37,7 @@ [core] pager = less -R + [help] autocorrect = 1 #fucking magic! @@ -144,7 +154,6 @@ unhide = update-index --no-assume-unchanged #OTHER - #Finds a filename in the git repository. Gives absolute location (from the git root). find = !sh -c 'git ls-tree -r --name-only HEAD | grep --color $1' - @@ -196,7 +205,6 @@ cotammistrzukurwa = !sh -c 'git fetch' && git log --oneline HEAD..origin/master ktotamkurwa = !sh -c 'git shortlog HEAD..origin/$0' ktotammistrzukurwa = !sh -c 'git shortlog HEAD..origin/master' - tagikurwa = show-ref --tags pchajtagikurwa = push --tags tagujzdatakurwa = !sh -c 'git tag "$0"_$(date "+%y-%m-%d_%H-%M-%S")' @@ -235,10 +243,11 @@ walictokurwa = rm .* -rF palisiekurwa = !sh -c 'git add . && git commit -m \"palilo sie\" --no-gpg-sign --no-verify && git push --force && echo \"Ok, now RUN!\"' - + + + +################################################## PERSONAL DATA ############################################### [user] name = VectorKappa email = piotrpatalong@gmail.com signingkey = 0917E6568B3A9A02 -[commit] - gpgsign = true