Am Dienstag, 7. Juli 2009 19:10:15 schrieb Thomas Schwinge: > The instructions from > <http://lists.gnu.org/archive/html/bug-hurd/2008-11/msg00129.html> > basically still apply, replacing homepage with master-news_next, of > course. If there are concrete questions about how to handle these two > branches (master and master-news_next), then please ask -- before pushing > experiments to flubber.
Just to make sure I understand it correctly: That means I use the following
commands:
## get the latest version of next_news
git fetch && git checkout -b master-next_news origin/master-next_news
## check the outgoing changes
git log --reverse -p -C -M master-next_news..origin/master-next_news
## push the changes
git push master-next_news
## if push fails, fetch and rebase
git fetch && git rebase origin/master-next_news
Are the commands correct?
Best wishes,
Arne
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
- singing a part of the history of free software -
http://infinite-hands.draketo.de
signature.asc
Description: This is a digitally signed message part.
