Looking through the git-config variables and git-pull documentation I don’t see a way to make git-pull pull verbose by default. Anybody know of a way?
Looking through the git-config variables and git-pull documentation I don’t see a way to
Share
There’s not a config parameter for everything! But you can mostly take care of it for yourself with an alias:
So you can use
git pv <args>, save typing two characters, and get the verbosity you want.