diff --git a/dot_gitconfig b/dot_gitconfig new file mode 100644 index 0000000..c1211f0 --- /dev/null +++ b/dot_gitconfig @@ -0,0 +1,7 @@ +[user] + email ="9095216+DazAh@users.noreply.github.com" + name ="DazAh" +[core] + autocrlf = false +[alias] + lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all