Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
/ git_workflow Public archive

I don't really like gitflow although the concepts are good. So here is my take on the problem.

Notifications You must be signed in to change notification settings

historian/git_workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to install

First clone & build a dependency called 'opts'

git clone https://github.com/fd/opts.git ~/Github/fd/opts
cd ~/Github/fd/opts
gem build opts.gemspec

If you are using RVM, go to the global gemset

rvm gemset use global

Install 'opts' gem

gem install opts-0.0.1.gem

Clone & build this repo

git clone https://github.com/fd/git_workflow.git ~/Github/fd/git_workflow
cd ~/Github/fd/git_workflow
gem build git_workflow.gemspec

(Check your RVM gemset if necessary) and install this gem

gem install git_workflow-0.0.1.gem

About

I don't really like gitflow although the concepts are good. So here is my take on the problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages