On 11/24/2012 10:52 AM, Sergey Borovkov wrote:
> git branch -a should return all existing branches
> git checkout KDE/4.9 should create local tracking branch
> After that you can use git cherry-pick to pick specific commit to
> be cherry picked in 4.9 branch
That's exactly what I needed. Thanks a
git branch -a should return all existing branches
git checkout KDE/4.9 should create local tracking branch
After that you can use git cherry-pick to pick specific commit to
be cherry picked in 4.9 branch
On Sat, Nov 24, 2012 at 4:50 PM, Roney Gomes wrote:
> Hi there,
>
> Can anyone, please, exp
Hi there,
Can anyone, please, explain me how do I backport a bugfix to the 4.9
branch? I have a basic notion about managing local branches on git, but
know nothing about remotes.
I listed all branches on my local repo and there was nothing but my
local ones and the master branch.
--
Roney
>> Vi