Update to the latest version of GitKit
git reflog-ui
Makes it even easier to find your lost commits in the git reflog.
git reflog
git-reflog-ui requires libgit2 to be installed using homebrew before building.
libgit2
brew install libgit2
I recommend using the awesome utility Mint for installation.
mint install danielctull-apps/git-reflog-ui
git reflog-ui can only be run from the command line. When inside your working directory running the following will pop open the floating window.
There’s code in this little app that takes heavy inspiration from the following. Thank you so much. 🧡
git reflog-ui
Makes it even easier to find your lost commits in the
git reflog
.Installation
git-reflog-ui requires
libgit2
to be installed using homebrew before building.I recommend using the awesome utility Mint for installation.
Usage
git reflog-ui can only be run from the command line. When inside your working directory running the following will pop open the floating window.
Thanks
There’s code in this little app that takes heavy inspiration from the following. Thank you so much. 🧡