![]() |
![]()
| ![]() |
![]()
NAMEgit-brv - List branches sorted by their last commit date SYNOPSISgit-brv [-r|--reverse] DESCRIPTIONPretty listing of branches sorted by the date of their last commit. OPTIONS-r | --reverse Reverses the output to put the most recent branch at the bottom of the list. This is useful when there are large amount of branches as the most recent branch is shown just above the next prompt. This can be configured as the default by setting git-extras.brv.reverse to true in your git options. EXAMPLESSimply run git brv
To display the rows in reverse order: git brv --reverse
AUTHORWritten by Øsse <https://github.com/Osse> REPORTING BUGS<https://github.com/tj/git-extras/issues> SEE ALSO<https://github.com/tj/git-extras>
|