Further changes, cause why not

This commit is contained in:
2021-09-28 20:50:52 +02:00
parent a637dc0668
commit f6818d720b

View File

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