File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 1- # git-recent
1+ # git-recent-select
22
33Type ` git recent ` to see your latest local git branches, use you arrow keys to select a branch, hit enter to switch branches
44
@@ -7,25 +7,15 @@ Type `git recent` to see your latest local git branches, use you arrow keys to s
77 git recent
88
99
10- If you're a Windows user, you need to use [ Git Bash] ( https://git-scm.com/downloads ) or similar shell in order to effectively use this utility.
11-
1210### Installation
1311
1412You can add the ` git-recent ` location to your path (e.g. add the directory to your ` PATH ` environment
1513or copy ` git-recent ` into an existing included path like ` /usr/local/bin ` or ` ~/bin/ ` ).
1614
17- You can use also ` npm ` to install the global binary:
18-
19- npm install --global git-recent
20-
2115On Mac, you can install with homebrew:
2216
2317 brew install git-recent
2418
25- ## If you like this you may also be interested in...
26-
27- - [ ` git open ` ] ( https://github.com/paulirish/git-open ) - Open the repo website in your browser
28- - [ ` diff-so-fancy ` ] ( https://github.com/so-fancy/diff-so-fancy/ ) - Making the output of ` git diff ` so fancy
2919
3020## License
3121
You can’t perform that action at this time.
0 commit comments