doplnenie nastavení do gitu

test
Štefan Bystriansky 5 years ago
parent 4ef5617200
commit 2c9530fe77
No known key found for this signature in database
GPG Key ID: 5917ABF4BF8F3E8C
  1. 16
      .gitconfigsign

@ -5,12 +5,28 @@
[core] [core]
editor = vim editor = vim
autocrlf = input autocrlf = input
quotepath = false
commitGraph = true
[alias] [alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit --all lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
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
undo = " reset --soft HEAD ^ "
amend = commit --amend
[commit] [commit]
gpgsign = true gpgsign = true
[tag] [tag]
gpgSign = true gpgSign = true
[help]
autocorrect = 1
[rerere]
enabled = 1
[color]
status = auto
branch = auto
diff = auto
[receive]
advertisePushOptions = true
[gc]
writeCommitGraph = true

Loading…
Cancel
Save