mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
Further changes, cause why not
This commit is contained in:
@@ -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")'
|
||||
@@ -236,9 +244,10 @@
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user