Sounds pretty straight forward, not accounting for any change conflicts 
that may arise:

cd your-kernel-repo
git remote add kernel-org [location of kernel.org repo]
git fetch kernel-org
git checkout -b rebasing-our-commits-on-top-of-v3034
git rebase kernel-org/[name-of-branch-you-want-from-kernel.org repo]

Now your *rebasing-our-commits-on-top-of-v3034* branch should look like the 
history you want.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/pjsQEDdi7_YJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to