|
|
|
@ -1,7 +1,6 @@ |
|
|
|
[user] |
|
|
|
[user] |
|
|
|
name = Štefan Bystriansky |
|
|
|
name = Štefan Bystriansky |
|
|
|
email = bystriansky.stefan12@gmail.com |
|
|
|
email = bystriansky.stefan12@gmail.com |
|
|
|
signingkey = 7F26FC2EB0AF2B090942825519C41D47759FA4C3 |
|
|
|
|
|
|
|
[core] |
|
|
|
[core] |
|
|
|
editor = vim |
|
|
|
editor = vim |
|
|
|
autocrlf = input |
|
|
|
autocrlf = input |
|
|
|
@ -10,7 +9,3 @@ |
|
|
|
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short |
|
|
|
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short |
|
|
|
lg = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen%cd%Creset -%C(yellow)%d%Creset %s %Cgreen(%cn)%Creset' --abbrev-commit --date=iso-strict-local |
|
|
|
lg = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen%cd%Creset -%C(yellow)%d%Creset %s %Cgreen(%cn)%Creset' --abbrev-commit --date=iso-strict-local |
|
|
|
p = !git push && git push --tags |
|
|
|
p = !git push && git push --tags |
|
|
|
[commit] |
|
|
|
|
|
|
|
gpgsign = true |
|
|
|
|
|
|
|
[tag] |
|
|
|
|
|
|
|
gpgSign = true |
|
|
|
|
|
|
|
|