Re: List of files aded/removed/modified by "git-checkout"
From: Stefan Monnier <hidden>
Date: 2016-06-15 22:44:11
quoted
Whenever I do a git-checkout to switch between branches, I'm disappointed by the absence of a "-v" option which would list the operations performed. How can I get this information?
I'd be mightily annoyed with it myself, though, as I switch between 'master', 'next', 'pu' and 'maint' pretty often.
Why would such a "-v" option bother you? Nobody forces you to use it.
Have something like this in .git/hooks/post-checkout and make it executable, perhaps? Modify the options to suit your taste.
That doesn't really cut it: I'd like to use it in a git frontend.
Stefan