aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/git/config b/git/config
index 58c3f9f..1ea1370 100644
--- a/git/config
+++ b/git/config
@@ -29,6 +29,9 @@
29[diff] 29[diff]
30 colorMoved = default 30 colorMoved = default
31 31
32[http]
33 sslVerify = false
34
32[alias] 35[alias]
33 lg = log --color --graph --pretty=format:'%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches 36 lg = log --color --graph --pretty=format:'%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches
34 37