OpenHatch git workflow: Difference between revisions

capitalize OpenHatch
imported>Jacquiesue
No edit summary
imported>Paulproteus
(capitalize OpenHatch)
Line 1:
Some guidelines on how to use git when working on openhatchOpenHatch
 
= Getting a new clone of openhatchOpenHatch =
Only need to do this once. Or if you want to start form scratch.
It is also good (okay) to remove your <code>oh-mainline</code> directory
and start over if you aren't sure the state of your openhatchOpenHatch repository.
#<code>$ git clone git://github.com/openhatch/oh-mainline.git</code>
 
= Committing a patch =
#After you have already retreived your respository of code. And you have made some changes, now you need to submit your patch (that will contain your changes) for review to openhatchOpenHatch.
##<code>git status</code>
##<code>git add <file(s)></code>
Anonymous user