From 012e77ebdc4d266a44f245909f46e260d7bcb702 Mon Sep 17 00:00:00 2001 From: pincman Date: Wed, 15 May 2024 23:10:57 +0800 Subject: [PATCH] init --- tools/git.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tools/git.txt diff --git a/tools/git.txt b/tools/git.txt new file mode 100644 index 0000000..3ff973d --- /dev/null +++ b/tools/git.txt @@ -0,0 +1,2 @@ +git config --global pager.log false +git config --global alias.l "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit" \ No newline at end of file