Add --no-pager to checkout hook
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
echo ""
|
||||
echo ""
|
||||
echo -e "\033[1m RECENT COMMITS \033[0m"
|
||||
git log -n5 --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
||||
git --no-pager log -n5 --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
|
||||
echo ""
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user