test
Štefan Bystriansky 5 years ago
parent 311086f468
commit 055f191485
No known key found for this signature in database
GPG Key ID: 5917ABF4BF8F3E8C
  1. 2
      .gitconfig
  2. 2
      .gitconfigsign

@ -6,6 +6,7 @@
autocrlf = input
quotePath = false
commitGraph = true
pager = less -r
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
@ -21,6 +22,7 @@
status = auto
branch = auto
diff = auto
ui = true
[receive]
advertisePushOptions = true
[gc]

@ -7,6 +7,7 @@
autocrlf = input
quotepath = false
commitGraph = true
pager = less -r
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
@ -26,6 +27,7 @@
status = auto
branch = auto
diff = auto
ui = true
[receive]
advertisePushOptions = true
[gc]

Loading…
Cancel
Save