I'll try this next...

Also, shouldn't this be in the Wiki? I remember some of the proponents
of this move promised to have all of this documented BEFORE the move,
so we'd have a running start when the excrement hit the ventilator...

EdB



On Tue, Mar 12, 2013 at 10:15 AM, Justin Mclean
<jus...@classsoftware.com> wrote:
> Hi,
>
>> https://git-wip-us.apache.org/repos/asf/flex-sdk.git
>>
>> Does that contain a copy of 'trunk' or of 'branches/develop'?
>
> If you check it out you will get trunk (or rather master). To check out do a
> git checkout https://git-wip-us.apache.org/repos/asf/flex-sdk.git
>
> To switch to develop you need to make a local branch that mirrors the remote 
> develop branch like so:
> git checkout --track -b develop origin/develop
>
> Then to switch (if you need) you just do a:
> git checkout master
> git checkout develop
>
> (probably other ways as well)
>
> To show branches you can:
> git branch
>
> To show status you can:
> git status
>
> (which will also show what branch you are in)
>
> To update do:
> git pull
>
> To commit do a:
> git commit
>
> This will commit the files locally and not push the changes back to the 
> Apache git server.
>
> To push changes back to the Apache git server
> git push
>
> Hope that helps,
> Justin



--
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Reply via email to