Metadata-Version: 2.0
Name: gitaflow
Version: 0.1
Summary: Implementation of git branching model, alternative to git-flow
Home-page: https://github.com/einmalfel/git-aflow
Author: Vasily Makarov
Author-email: einmalfel@gmail.com
License: GNU LGPL 2.1
Keywords: git workflow git-flow branching automation
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Software Development :: Version Control
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Requires-Dist: gitconflict
Requires-Dist: thingitwrapper

Git-aflow is an alternative to well known git branching model git-flow.
As git-flow, git-aflow is meant to be used with a command-line tool (git-af) which automates things.

For more information visit project wiki: github.com/einmalfel/git-aflow/wiki


