.. Copyright (C) 2012 Andrea Valle
This file is part of git4f.
git4f is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
git4f is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with git4f. If not, see http://www.gnu.org/licenses/.
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!
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:
http://github.com/andreav/git4f
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
.. _Wiki: http://github.com/andreav/git4f/wiki .. _workflows: http://github.com/andreav/git4f/wiki/Workflows