From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ricardo Wurmus Newsgroups: gmane.emacs.devel Subject: Re: git is screwed Date: Thu, 26 Mar 2015 20:01:56 +0100 Message-ID: <877fu3r3a3.fsf@mango.localdomain> References: <20150322154147.GA6808@Tron.local> <20150323045209.GA71859@Tron.local> <550FE343.8010607@math.ntnu.no> <87zj707jca.fsf@bernoul.li> <87h9t89hpd.fsf@gmx.us> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1427396558 431 80.91.229.3 (26 Mar 2015 19:02:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Mar 2015 19:02:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Rasmus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 26 20:02:26 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YbD2h-0002tW-7O for ged-emacs-devel@m.gmane.org; Thu, 26 Mar 2015 20:02:11 +0100 Original-Received: from localhost ([::1]:46180 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbD2g-0006qB-Hw for ged-emacs-devel@m.gmane.org; Thu, 26 Mar 2015 15:02:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbD2c-0006po-RH for emacs-devel@gnu.org; Thu, 26 Mar 2015 15:02:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbD2Z-0001RW-JQ for emacs-devel@gnu.org; Thu, 26 Mar 2015 15:02:06 -0400 Original-Received: from sender1.zohomail.com ([74.201.84.155]:30420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbD2Z-0001RJ-AQ for emacs-devel@gnu.org; Thu, 26 Mar 2015 15:02:03 -0400 Original-Received: from localhost (x4d020ac5.dyn.telefonica.de [77.2.10.197]) by mx.zohomail.com with SMTPS id 1427396519897167.57889684225415; Thu, 26 Mar 2015 12:01:59 -0700 (PDT) In-reply-to: <87h9t89hpd.fsf@gmx.us> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 74.201.84.155 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:184347 Archived-At: Rasmus writes: > to do that /without/ magit. E.g. rebase -i and branch I find easier from > CLI, though I try to force myself to explore magit more. Interactive rebasing is really convenient with magit-log, in my opinion. I just select the commit from which I want to rebase and hit E. In the resulting buffer I can move around commits or mark them for further actions.