Mercurial > hg > gut
view README.txt @ 12:67b04f3c5032 default tip
dont pull from origin; there shouldnt be changes there
use --rebase flag when pulling from master, dont know why
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 06 Aug 2010 17:50:54 -0700 |
parents | 0bfbd062765d |
children |
line wrap: on
line source
gut === gut is a particular workflow for github. It works like this: 0. It assumes you've already cloned the master repo 1. Use `gut feature <name>` to create the feature branch you care about. For systems with bug numbers, it is recommended to create a branch with the bug number name (e.g. `gut feature bug-123456`) 2. Do your development. Use git like you normally would during a normal development cycle for commiting, etc. 3. When it comes time to make a patch, run `gut patch`. This will generate a .diff file based on your feature branch name and output a combined log for the branch to the console. 4. Apply the patch to the master and push it.