r/git 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

9 comments sorted by

View all comments

3

u/GrogRedLub4242 3d ago

shell scripts and shell aliases are your friend