Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anorth/gflows
Git/GitHub workflow scripts for rapid and parallel team development
https://github.com/anorth/gflows
Last synced: 17 days ago
JSON representation
Git/GitHub workflow scripts for rapid and parallel team development
- Host: GitHub
- URL: https://github.com/anorth/gflows
- Owner: anorth
- Created: 2019-02-07T15:14:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T07:43:52.000Z (11 months ago)
- Last Synced: 2024-10-07T17:34:33.935Z (about 1 month ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gflows
Git/GitHub workflow scripts for rapid and parallel team development### Installation
Symlink `gflow.py` into `~/bin/gflow`, or somewhere else in your `$PATH`.
Invoke as `gflow up`, etc.Optionally, you can symlink it multiple times with different names,
those names corresponding to the names of commands: `up`, `land` etc.
Then you can invoke the command directly as `up` or `land` without the preceding `gflow`.