diff --git a/git/.gitconfig b/git/.gitconfig index 01af038..d510cbe 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -46,3 +46,5 @@ addEmptyPathspec = false [init] defaultBranch = master +[log] + follow = true