lkml.org 
[lkml]   [2017]   [Nov]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
Subject"git reset --hard" on riscv for-linux-next branch
From
Is it OK to rewrite history on my for-linux-next branch?  Since we got upstream 
I've started getting patches from various people and as a result I now have a
bunch of branches with independent commits on them. In an ideal world I'd like to
do something like

git checkout for-linux-next
git reset --hard torvalds/master # or maybe the latest tag?
for branch in $(list-staging-branches-for-linux-next)
do
git merge $branch
done
git push --force palmer for-linux-next

Is that an OK thing to do regularly in the branch I give to you? I can find a
bunch of information on how to use linux-next, but not for people in it.

\
 
 \ /
  Last update: 2017-11-22 20:02    [W:0.073 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site