andreav / git4f

** git fast forward or fast flow ** - git aliases to implement most common develop and integartion workflows in fast and git native fashion. Please refer to Wiki for some examples
GNU General Public License v3.0
1 stars 0 forks source link

.. 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/.

================== Overview

git4f provides aliases for implementing some popular git workflows.

git4f main features are:

Please checkout all supported workflows at project Wiki!

================== Requirements

================== Install

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

================== Source

================== Issue Tracker

================== License

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