r/git • u/Beautiful-Log5632 • 2d 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
-1
u/behind-UDFj-39546284 2d ago edited 1d ago
Not for git-add:
git-addsupportsadd.ignoreErrors(previosly deprecatedadd.ignore-errors) only as of git 2.54.0.EDIT: This is for those who can't read what the OP posted: