From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: add atlas Date: Mon, 03 Nov 2014 17:56:41 +0100 Message-ID: <87mw88nrxy.fsf@gnu.org> References: <871tpuncdn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlKva-000123-C3 for guix-devel@gnu.org; Mon, 03 Nov 2014 11:56:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlKvV-0007XP-JD for guix-devel@gnu.org; Mon, 03 Nov 2014 11:56:26 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:45463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlKvV-0007WV-DL for guix-devel@gnu.org; Mon, 03 Nov 2014 11:56:21 -0500 In-Reply-To: (Federico Beffa's message of "Sun, 2 Nov 2014 21:51:32 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > Thanks for the offer! I've created an account. My knowledge of git > is very limited and I've never pushed any change with it. I will > therefore need some guidance. I'm reading Git Pro > http://git-scm.com/book/en/v2 No problem. If in doubt just ask by email or stop by #guix on Freenode. > Do you have any other pointer, possibly more concise and in line with > guix's use? Please read the =E2=80=9CCommit Access=E2=80=9D section in =E2=80=98HACKING= =E2=80=99 for a start, and make sure you follow these guidelines. I don=E2=80=99t really know of good Git documentation to recommend. If you use Emacs, I recommend Magit as the Git user interface. It=E2=80=99s powerful, and I think it makes it easier to understand what=E2=80=99s going= on with Git. Welcome on board! :-) Ludo=E2=80=99.