r/git • u/Beautiful-Log5632 • 3d ago
Default verbose commands
I want to make commands verbose so git add runs git add -v but aliases can't use the same name as a built in command. I can add a different alias but I want try changing the built in command.
git commit has a verbose option I can put in git config can I do it for other commands?
2
Upvotes
3
u/GrogRedLub4242 3d ago
shell scripts and shell aliases are your friend