Skip to content

Commit 20f271f

Browse files
author
Bubunyo Nyavor
committed
update read me
1 parent c623d4b commit 20f271f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# git-recent
1+
# git-recent-select
22

33
Type `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

1412
You can add the `git-recent` location to your path (e.g. add the directory to your `PATH` environment
1513
or 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-
2115
On 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

0 commit comments

Comments
 (0)