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!
- Nothing at all, just git, of course!
Just add content from git_aliases file into user's .gitconfig or .git/config file into repository.
git4f's git repo is available on GitHub, which can be browsed at:
and cloned using:
git clone git://github.com/andreav/git4f.git
If you would like to report a bug or feature request, feel free to create a new issue on github:
git4f is released under the GPLv3:
http://www.gnu.org/licenses/gpl-3.0-standalone.html