GitXplorerGitXplorer
p

git-recent

public
977 stars
36 forks
7 issues

Commits

List of commits on branch master.
Unverified
d2e08436da58a4d8f4faa921b89440530355472a

standalone and checkout works great now

ppaulirish committed 7 months ago
Unverified
9d13948f50f4632a8eaedd0ace46a5f801fec0e9

recent with fzf tweak

ppaulirish committed 9 months ago
Unverified
03cf5a320e78388c93fb8a8219d5174a8b1d0558

rename. invoking this with a git alias now

ppaulirish committed a year ago
Unverified
cfd00de858ec85eab179219a7520bd9dd8a1e2ad

add fzf powered git browse. incl all of git recent and trigger for diffbranch

ppaulirish committed a year ago
Unverified
8d67039988113c4f05da6eaedae96e35c305c7cf

denser

ppaulirish committed a year ago
Unverified
19853911344cecc99e6bfdbaf0e076080bc44b60

v1.1.1

ppaulirish committed 6 years ago

README

The README file for this repository.

git-recent

Type git recent to see your latest local git branches

Usage

git recent

Optionally, add -n<int> to see the most recent <n> branches

git recent -n5

git-recent screenshot

If you're a Windows user, you need to use Git Bash 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 - Open the repo website in your browser
  • 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
  • 2016-08-05 - released in standalone repo and published to npm