Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonjondev/gitflow-meme-tools
A set of bash commands to make GitFlow more fun
https://github.com/jonjondev/gitflow-meme-tools
Last synced: 22 days ago
JSON representation
A set of bash commands to make GitFlow more fun
- Host: GitHub
- URL: https://github.com/jonjondev/gitflow-meme-tools
- Owner: jonjondev
- Created: 2017-12-21T04:19:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T09:09:15.000Z (almost 7 years ago)
- Last Synced: 2024-11-08T00:15:30.830Z (2 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitFlow Meme Tools
This is a set of commands for OSX and Linux that alias GitFlow feature branch tools to make them more fun!
## Installation
Before usage you must have installed:
- GitFlow (can be installed with Homebrew on OSX)## Usage
Start a new feature:
```
git gud new-feature-name
```Finish a feature:
```
git rekt new-feature-name
```