https://github.com/kiprasmel/git-hop
https://github.com/kiprasmel/git-hop
git
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiprasmel/git-hop
- Owner: kiprasmel
- License: mit
- Created: 2022-05-23T04:24:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T04:46:36.000Z (about 4 years ago)
- Last Synced: 2025-02-28T05:52:31.435Z (over 1 year ago)
- Topics: git
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-hop
hop between branches which are pointing to the HEAD commit
originally created for [git-stacked-rebase](https://github.com/kiprasmel/git-stacked-rebase) - at the time we were automatically updating the `nightly` branch to point to the latest commit, and checking out the nightly branch was the easiest way to find which branch was the latest in the stack. now, the only thing missing was a quick way to jump to the actual intended branch - here git-hop helps.