From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29263 invoked by alias); 24 Feb 2011 11:32:41 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 29254 invoked by uid 22791); 24 Feb 2011 11:32:40 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Date: Thu, 24 Feb 2011 11:32:00 -0000 From: Joel Brobecker To: Pierre Muller Cc: archer@sourceware.org Subject: Re: [Archer] Question about archer branch managment Message-ID: <20110224113228.GE2513@adacore.com> References: <00ab01cbd415$9e3e8410$dabb8c30$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00ab01cbd415$9e3e8410$dabb8c30$@muller@ics-cnrs.unistra.fr> User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2011-q1/txt/msg00111.txt.bz2 > This makes a local branch. If you want to mirror this local branch on > the archer server (which we encourage -- it is better to share), push it: > > $ git push origin > archer-tromey-explosion-project:archer-tromey-explosion-project > > Note that this command is only useful the first time you push your branch to > > the repository. For subsequent pushes, you should omit master: > > $ git push origin archer-tromey-explosion-project Hmmm, I thought that $ git push origin archer-tromey-explosion-project would have worked right from the get go... -- Joel