https://github.com/bjoern-hempel/git-helper
A framework for managing feature branches of git repositories.
https://github.com/bjoern-hempel/git-helper
bash git
Last synced: 2 months ago
JSON representation
A framework for managing feature branches of git repositories.
- Host: GitHub
- URL: https://github.com/bjoern-hempel/git-helper
- Owner: bjoern-hempel
- License: mit
- Created: 2019-03-02T23:37:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T23:42:06.000Z (about 6 years ago)
- Last Synced: 2024-12-27T03:13:18.826Z (4 months ago)
- Topics: bash, git
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# git-helper
A framework for managing feature branches of git repositories.
## Create a new feature branch
```bash
user$ git-create-feature 12345
```## Merge a feature branch into the master branch (or another main branch)
```bash
user$ git-merge 12345
```## A. Authors
* **Björn Hempel** - *Initial work* - [Björn Hempel](https://github.com/bjoern-hempel)
## B. License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## C. Closing words
Have fun! :)