https://github.com/robertbasic/git-branching-point
https://github.com/robertbasic/git-branching-point
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robertbasic/git-branching-point
- Owner: robertbasic
- License: mit
- Created: 2016-06-03T11:34:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T11:34:29.000Z (over 9 years ago)
- Last Synced: 2025-02-18T10:12:59.475Z (12 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-bp
A custom git command to find the branching point of the current branch
## install
Put the script somewhere on your `$PATH`, like `~/bin`, make it executable and that's it.
## usage
```
git bp
```