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 <SHA-1> to pick specific commit to be cherry picked in 4.9 branch
On Sat, Nov 24, 2012 at 4:50 PM, Roney Gomes <roney...@gmail.com> wrote: > 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 > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to > unsubscribe << >
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<