Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```