An open API service indexing awesome lists of open source software.

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.

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! :)