On Thu, Jan 18, 2018 at 2:30 PM, <[email protected]> wrote: > > > On Monday, January 15, 2018 at 12:23:55 AM UTC+5:30, David Lechner wrote: >> >> Each new release is rebased, not merged, so you need to also rebase your >> work instead of pulling (merging). > > > I am kind of confused. My current branch is 4.4 > > I did the following: > > git checkout master > git fetch > git checkout 4.4
git checkout master -f git branch -D 4.4 git pull git checkout 4.4 -b my-v4.4 side note, it's best to checkout the tag into your branch vs 4.4, as the tag's once pushed never get overwritten.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYgpxbHwx6HOxePx9dRaYjtao36GFQ0ThWQ4PevpUv%2B6PQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
