Project

gitscape

0.0
No commit activity in last 3 years
No release in over 3 years
Provides a series of shell commands that allow you to control 3 timestreams of
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.2.5
 Project Readme

Various Git utilities for controlling 3 timestreams (development, QA and deployment). This is similar to "git flow" but it supports 3 parallel branches rather than two and knows about certain naming conventions for branches.

Note to anyone maintaining this:

To test, you must build and install the new version locally

gem build gitscape.gemspec gem install gitscape-1.7.0.gem

Note that the "bundle" command is configured to install the gem from the local copy.

You must use "bundle exec gitscape" to test locally.