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
- Host: GitHub
- URL: https://github.com/terryx/gitlazy
- Owner: terryx
- License: mit
- Created: 2017-07-21T16:58:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-05T16:50:16.000Z (almost 9 years ago)
- Last Synced: 2025-09-27T10:48:27.827Z (9 months ago)
- Topics: git
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```