Skip to content
/ git4f Public

** 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

License

Notifications You must be signed in to change notification settings

andreav/git4f

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

** 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages