<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 26 September 2013 20:09, Tory Gaurnier <span dir="ltr"><<a href="mailto:torygaurnier@gmail.com" target="_blank">torygaurnier@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ok, so I've been looking at git, and I kinda got it figured out, I cloned the master branch from GitHub to my computer, branched it, then I copied over my updated files, and commited the changes, so now I have a few questions. First of all using 'git add' after you configure and make the source it ignores all the extra files right? And how do I go about submitting it to be reviewed? Do I just 'git push'? Or do I have to make a branch on GitHub and push it there?<br>
</blockquote><div><br></div><div>The process is:</div><div><br></div><div>1. Make a fork on github, that is your personal copy you can change as much as you like</div><div>2. clone it to your computer and change it and push the changes back to your github fork, make your changes on a branch other than master, eg add_qml</div>
<div>3. when it reaches a suitable quality level (there is a warning there :) create a pull request asking for the changes to be incorporated into master</div><div><br></div><div>See the github documentation on those steps, IMHO Github doco isn't terrible well organised, but google is your friend</div>
<div><br></div><div>Cheers</div><div>Lex</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
______________________________<u></u>_________________<br>
Devel mailing list<br>
<a href="mailto:Devel@lists.geany.org" target="_blank">Devel@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/devel" target="_blank">https://lists.geany.org/cgi-<u></u>bin/mailman/listinfo/devel</a><br>
</blockquote></div><br></div></div>