On 01/22/2014 07:49 PM, Johannes Lorenz wrote:
>> If you however plan on contributing code to LMMS, then you need to fork.
>> Then you clone your forked repository with git clone. Then you make the
>> changes, commit them, and _then_ you use rebase on your fork. Then you
>> push your changes to your own fork and create a pull request to get your
>> contributions merged back to upstream.
> Yes, this is the plan. So what is the exact command I'll need to enter in 
> order to rebase? This one?
>
>   $ git rebase git://github.com/LMMS/lmms.git
>
> Thanks.

Well I always use:
       
        git pull --rebase git://github.com/LMMS/lmms.git stable-0.4

although I don't know if there's any difference...

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
LMMS-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lmms-devel

Reply via email to