What does `git show --reverse` do?

by arnoldo.moen , in category: Third Party Scripts , 5 months ago

What does `git show --reverse` do?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by scotty_walker , 5 months ago

@arnoldo.moen 

There is no built-in --reverse option in the git show command. The git show command is used to display the content of a specific commit or a specific file in a commit. The --reverse option is not a valid option for the git show command.