1GIT-BRV(1) Git Extras GIT-BRV(1)
2
3
4
6 git-brv - List branches sorted by their last commit date
7
9 git-brv
10
12 Pretty listing of branches sorted by the date of their last commit.
13
15 Simply run git brv
16
17
18
19 $ git brv
20 2020-01-14 adds-git-brv fork/adds-git-brv 1ca0d76 Fixes #700: Adds git-brv
21 2020-01-08 master origin/master 265b03e Merge pull request #816 from spacewander/git-sed-pathspec
22
23
24
26 Written by Ă˜sse <https://github.com/Osse>
27
29 <https://github.com/tj/git-extras/issues>
30
32 <https://github.com/tj/git-extras>
33
34
35
36 January 2020 GIT-BRV(1)