Skip to content

Latest commit

 

History

History
87 lines (52 loc) · 2.17 KB

README.rst

File metadata and controls

87 lines (52 loc) · 2.17 KB

Overview

git4f provides aliases for implementing some popular git workflows.

git4f main features are:

  • Zero installation procedure - just try these aliases! If you don't like them, just erase them.
  • Vincent Driessen's branching model supported.
  • Multiple Parrallel Releases developing supported.
  • Shared topic branch supported.
  • 100% git native - nothing stored into your repo but aliases.
  • Configurable - you can provide options to main operations to customize workflows as you prefer.

Please checkout all supported workflows at project Wiki!

Requirements

  • Nothing at all, just git, of course!

Install

Just add content from git_aliases file into user's .gitconfig or .git/config file into repository.

Source

  • git4f's git repo is available on GitHub, which can be browsed at:

    http://github.com/andreav/git4f

    and cloned using:

    git clone git://github.com/andreav/git4f.git

Issue Tracker

License

git4f is released under the GPLv3:

http://www.gnu.org/licenses/gpl-3.0-standalone.html