Hi Nathan,<div><br></div><div>yes, it is correct.</div><div><br></div><div>All features and bug fixes go into the master branch so you need to clone master first. </div><div>Thus, you need to use the master branch to validate bug report first.</div>
<div>For a new feature make your clone of master and start a new branch:</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">git checkout -b my-new-feature-name master</blockquote><div><br></div><div>You will be switched to the my-new-feature-name branch automatically. If you need switch back to the master for recent commits use</div>
<div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>git checkout master </div></blockquote><br></div><div>Good Luck.</div><div><br></div><div>----</div><div>Victor Dubiniuk<br><br><div class="gmail_quote">
On Tue, Jun 19, 2012 at 11:11 PM, Nathan Anderson <span dir="ltr"><<a href="mailto:nanderson@sum-ware.com" target="_blank">nanderson@sum-ware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:10pt;font-family:verdana,helvetica,sans-serif">Hello all, <div><br></div><div>I'm new to ownCoud and Git, and now that I've done some reading I want to make sure I understand the process of contributing.  That way I can set up my development environment correctly.</div>
<div><br></div><div> * If I have a simple fix to an existing bug report - attach a patch to the ticket</div><div> * If I have a new bug report and a fix - Create the ticket and attach a patch</div><div><br></div><div> * If I'm creating a new feature:</div>
<div>   - Create a local clone of "master" (or other branch being modified)</div><div>   - Code the feature until it is complete and known bugs are resolved</div><div>   - Make a new clone of "master" on Gitorious</div>
<div>   - Push local code to the clone on Gitorious</div><div>   - Request a merge from Gitorious clone to "master"</div><div><br></div><div>Does those processes sound correct?</div><div><br>Thanks,<br><div>Nathan<br>
<br></div></div></div></div><br>_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
<br></blockquote></div><br></div>