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

https://github.com/terryx/gitlazy

Git shortcut command for lazy people
https://github.com/terryx/gitlazy

git

Last synced: 5 months ago
JSON representation

Git shortcut command for lazy people

Awesome Lists containing this project

README

          

## Gitlazy
A series of lazy git commands for github flow

## Getting started
Rename `config.sample.json` to `config.json`

## Usage
```bash
# Create a feature branch called login from a develop branch
gitlazy feature login

# Push a feature branch to remote repository
gitlazy push

# Delete current branch and checkout to latest develop branch
gitlazy close
```