<div dir="ltr"><div><div><div><div>Typical process:<br><br></div>checkout the master branch.<br></div>create a new branch with changes you plan to make<br></div>make some changes, commit, repeat.<br></div><div>"push" the commits to the remote, creating a new branch on the remote, typically with the same name as you local branch (i.e. origin/branch)<br></div><div>create a pull request (on the website) that merges your branch into the master.<br></div><div>merge the pull request (on the website)<br></div><div>repeat from the top<br><br></div><div>Useful command:<br></div><div>git log --graph --oneline --decorate --all<br><br></div><div>This lets you see the commit graph.  take note of HEAD, master, and origin/master.  Before you start working you probably want all those to be pointing to the same branch (or at least be aware of where they are pointing).<br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 28, 2015 at 11:06 PM, Michael W. Hall <span dir="ltr"><<a href="mailto:hallmw@att.net" target="_blank">hallmw@att.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Not sure that is what I want.  I think that will notify the developers<br>
of the SDK about reviewing my changes.  Our changes are just for our<br>
robot.<br>
<br>
The ftc_app is a fork of the SDK that qualcomm developed, for the<br>
different robot teams to use, to write java code to control there<br>
robots.<br>
<div><div class="h5"><br>
On Mon, 2015-09-28 at 22:00 -0500, John Price wrote:<br>
> Create a pull request: <a href="https://help.github.com/articles/using-pull-requests/" rel="noreferrer" target="_blank">https://help.github.com/articles/using-pull-requests/</a><br>
><br>
><br>
><br>
> On Mon, Sep 28, 2015 at 9:26 PM, Michael W. Hall <<a href="mailto:hallmw@att.net">hallmw@att.net</a>> wrote:<br>
><br>
> > I setup a Github account for our robotics team.  I created a repository<br>
> > [my_github_accoun]/FTC.  I forked the robotics sdk into<br>
> > [my_github_accoun]/ftc_app.  I then cloned that on my machine and made<br>
> > some changes and pushed those changes back to<br>
> > [my_github_accoun]/ftc_app.  I would like to put the changes into<br>
> > [my_github_accoun]/FTC which I created through the Github web interface.<br>
> ><br>
> > I am using android studio.  Could someone tell me how to accomplish<br>
> > this?  I am new to using Github.  I have use git on my local machine but<br>
> > this is new to me.  TIA.<br>
> ><br>
> > Michael<br>
> ><br>
> > _______________________________________________<br>
> > LUNA mailing list<br>
> > <a href="mailto:LUNA@lunagroup.us">LUNA@lunagroup.us</a><br>
> > <a href="http://lunagroup.us/mailman/listinfo/luna" rel="noreferrer" target="_blank">http://lunagroup.us/mailman/listinfo/luna</a><br>
> ><br>
</div></div><span class="">> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
</span>> URL: <<a href="http://lunagroup.us/pipermail/luna/attachments/20150928/06fabc5c/attachment.html" rel="noreferrer" target="_blank">http://lunagroup.us/pipermail/luna/attachments/20150928/06fabc5c/attachment.html</a>><br>
<div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> LUNA mailing list<br>
> <a href="mailto:LUNA@lunagroup.us">LUNA@lunagroup.us</a><br>
> <a href="http://lunagroup.us/mailman/listinfo/luna" rel="noreferrer" target="_blank">http://lunagroup.us/mailman/listinfo/luna</a><br>
<br>
<br>
_______________________________________________<br>
LUNA mailing list<br>
<a href="mailto:LUNA@lunagroup.us">LUNA@lunagroup.us</a><br>
<a href="http://lunagroup.us/mailman/listinfo/luna" rel="noreferrer" target="_blank">http://lunagroup.us/mailman/listinfo/luna</a><br>
</div></div></blockquote></div><br></div>