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: Fri, 14 Nov 2014 11:01:36 +0100 Message-ID: <5465D300.1040809@yahoo.fr> References: <83k32zkurh.fsf@gnu.org> <83bnobkr9b.fsf@gnu.org> <8761ejcbdx.fsf@yahoo.fr> <837fyzkonn.fsf@gnu.org> <87389mvn1f.fsf@yahoo.fr> <83bnoajqqo.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1415959379 5267 80.91.229.3 (14 Nov 2014 10:02:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Nov 2014 10:02:59 +0000 (UTC) Cc: schwab@suse.de, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 14 11:02:54 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 1XpDiP-0002Ki-Lz for ged-emacs-devel@m.gmane.org; Fri, 14 Nov 2014 11:02:53 +0100 Original-Received: from localhost ([::1]:35694 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpDiP-0007Xl-7t for ged-emacs-devel@m.gmane.org; Fri, 14 Nov 2014 05:02:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpDi7-0007Xd-4E for emacs-devel@gnu.org; Fri, 14 Nov 2014 05:02:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpDi2-0000Dz-BA for emacs-devel@gnu.org; Fri, 14 Nov 2014 05:02:35 -0500 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:44908) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpDi2-0000Cr-6J; Fri, 14 Nov 2014 05:02:30 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AokDALvSZVSkD4Xx/2dsb2JhbAANToNjVAWDBrY9BodEi3SHUgKBNwEBAQEBhQABAQQjDwFFARALGgIFFgsCAgkDAgECAUUGDQEHAQGIJwEduT94gXONIQGHLwEBAQEBAQQBAQEBAQEBG4EthRGCSIV6giIHgneBVAEElyKHKoFxhXqIHYpvbIJLAQEB Original-Received: from mathsrv4.ulb.ac.be (HELO [172.19.79.241]) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 14 Nov 2014 11:01:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 In-Reply-To: <83bnoajqqo.fsf@gnu.org> X-TagToolbar-Keys: D20141114110136277 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 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:177057 Archived-At: Le 14/11/2014 06:27, Eli Zaretskii a écrit : > Ah, okay. It's indeed "origin". FWIW I just realized that I like this presentation of git concepts : http://gitolite.com/gcs.html because it's short and focuses on ideas. That also means it won't get you started if you want to do things and know nothing, but my guess is that you already know the basic git commit/pull/push stuff. If you want a quick presentation on remotes, they are explained from this point: http://gitolite.com/gcs.html#(23) Nicolas.