Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulirish/git-recent
See your latest local git branches, formatted real fancy
https://github.com/paulirish/git-recent
Last synced: 5 days ago
JSON representation
See your latest local git branches, formatted real fancy
- Host: GitHub
- URL: https://github.com/paulirish/git-recent
- Owner: paulirish
- License: mit
- Created: 2016-08-05T18:45:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T16:19:39.000Z (8 months ago)
- Last Synced: 2024-05-02T06:07:23.582Z (7 months ago)
- Language: Shell
- Homepage: https://www.npmjs.com/package/git-recent
- Size: 19.5 KB
- Stars: 929
- Watchers: 13
- Forks: 38
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-discoveries - git-recent - see your latest local git branches _(`Bash`)_ (Git and Version Control Systems)
- jimsghstars - paulirish/git-recent - See your latest local git branches, formatted real fancy (Shell)
README
# git-recent
Type `git recent` to see your latest local git branches
## Usage
git recent
Optionally, add `-n` to see the most recent `` branches
git recent -n5
![git-recent screenshot](https://cloud.githubusercontent.com/assets/39191/17446638/039d4cee-5aff-11e6-9e11-4294f0020513.png)
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.
### Installation
You can add the `git-recent` location to your path (e.g. add the directory to your `PATH` environment
or copy `git-recent` into an existing included path like `/usr/local/bin` or `~/bin/`).You can use also `npm` to install the global binary:
npm install --global git-recent
On Mac, you can install with homebrew:
brew install git-recent
## If you like this you may also be interested in...
- [`git open`](https://github.com/paulirish/git-open) - Open the repo website in your browser
- [`diff-so-fancy`](https://github.com/so-fancy/diff-so-fancy/) - Making the output of `git diff` so fancy## License
Copyright Paul Irish. Licensed under MIT.
## Changelog
- **2016-05-16** - added to [paulirish/dotfiles](https://github.com/paulirish/dotfiles/commit/1ca1ff760832af558447145fa2a367046b1829d2)
- **2016-08-05** - released in standalone repo and published to npm