Skip to content

Commit

Permalink
chore: improve git log
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Oct 16, 2024
1 parent 8fe62f1 commit 0b628e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git config --global alias.df "diff -w"
git config --global alias.dfc "diff -w --cached"
git config --global alias.fe "fetch --all --tags"
git config --global alias.lg "log --stat --abbrev-commit"
git config --global alias.lg1 "log --oneline --graph"
git config --global alias.lg1 "log --graph --abbrev-commit --pretty=format:'%Cred%h%Creset %C(yellow)%d%Creset %Cblue%an%Creset %s %Cgreen(%cr)%Creset'"
git config --global alias.me merge
git config --global alias.pl "pull --tags"
git config --global alias.ps push
Expand Down

0 comments on commit 0b628e3

Please sign in to comment.