File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change 11# git-recent-select
22
3- Type ` git recent ` to see your latest local git branches, use you arrow keys to select a branch, hit enter to switch branches
3+ Type ` rbs ` to see your latest local git branches, use you arrow keys to select a branch, hit enter to switch branches
44
55## Prerequisites
66
@@ -9,27 +9,18 @@ You must have `git` installed
99
1010## Usage
1111
12- git recent
12+ Use the command ` rbs ` in any git enabled folder
1313
1414
1515### Installation
1616
17- You can add the ` git-recent ` location to your path (e.g. add the directory to your ` PATH ` environment
18- or copy ` git-recent ` into an existing included path like ` /usr/local/bin ` or ` ~/bin/ ` ).
19-
20- On Mac, you can install with homebrew:
21-
22- brew install git-recent-select
17+ Installing for both mac and linux
2318
19+ ```
20+ curl -sL https://raw.githubusercontent.com/bubunyo/git-recent-select/master/install.sh | bash
21+ ```
2422
2523## License
2624
2725Copyright Bubunyo Nyavor. Licensed under MIT.
2826
29-
30- ## Changelog
31-
32- - ** 2022-08-01** - Released in standalone repo and published to homebrew
33-
34- ####
35- curl -sL https://raw.githubusercontent.com/bubunyo/git-recent-select/master/install.sh | bash
You can’t perform that action at this time.
0 commit comments