From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.devel Subject: Re: Both 'master' and 'trunk'? Date: Thu, 13 Nov 2014 21:54:52 +0100 Message-ID: <87389mvn1f.fsf@yahoo.fr> References: <83k32zkurh.fsf@gnu.org> <83bnobkr9b.fsf@gnu.org> <8761ejcbdx.fsf@yahoo.fr> <837fyzkonn.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415912127 3021 80.91.229.3 (13 Nov 2014 20:55:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Nov 2014 20:55:27 +0000 (UTC) Cc: Nicolas Richard , emacs-devel@gnu.org, schwab@suse.de To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 13 21:55:21 2014 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 1Xp1QG-0002sz-3t for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 21:55:20 +0100 Original-Received: from localhost ([::1]:33848 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp1QF-00071O-Ql for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 15:55:19 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp1Pv-0006zt-G1 for emacs-devel@gnu.org; Thu, 13 Nov 2014 15:55:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xp1Pq-0005V8-E0 for emacs-devel@gnu.org; Thu, 13 Nov 2014 15:54:59 -0500 Original-Received: from mailrelay010.isp.belgacom.be ([195.238.6.177]:49164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xp1Pq-0005V0-7S; Thu, 13 Nov 2014 15:54:54 -0500 X-Belgacom-Dynamic: yes Original-Received: from 15.146-177-91.adsl-dyn.isp.belgacom.be (HELO LDLC-portable) ([91.177.146.15]) by relay.skynet.be with ESMTP; 13 Nov 2014 21:54:52 +0100 In-Reply-To: <837fyzkonn.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 13 Nov 2014 19:15:24 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.238.6.177 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:177007 Archived-At: Eli Zaretskii writes: >> From: Nicolas Richard >> You can use : >> `git remote prune origin' >> (replace "origin" by whatever name you used for the repo you cloned from). > > Thanks. But what do you mean by the comment in parentheses? I didn't > use any name for the repo, I used a URL. Then most likely the name is "origin", because it's the default name. You can confirm by running "git remote -v". -- Nicolas Richard