From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Aaron Gray" Subject: Re: renaming question Date: Mon, 20 Aug 2007 03:40:24 +0100 Message-ID: <04a501c7e2d3$75c26740$0600a8c0@ze4427wm> References: <03a701c7e28a$87914fc0$0600a8c0@ze4427wm> <87vebbo0f1.fsf@mid.deneb.enyo.de> <03b401c7e28f$3c7304c0$0600a8c0@ze4427wm> <20070820021109.GB768@genesis.frugalware.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Cc: To: "VMiklos" X-From: git-owner@vger.kernel.org Mon Aug 20 04:40:59 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1IMxCM-0002yc-I3 for gcvg-git@gmane.org; Mon, 20 Aug 2007 04:40:58 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754622AbXHTCk3 (ORCPT ); Sun, 19 Aug 2007 22:40:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754426AbXHTCk3 (ORCPT ); Sun, 19 Aug 2007 22:40:29 -0400 Received: from lon1-mail-1.visp.demon.net ([193.195.70.4]:2325 "ehlo lon1-mail-1.visp.demon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753241AbXHTCk2 (ORCPT ); Sun, 19 Aug 2007 22:40:28 -0400 Received: from mwgray.force9.co.uk (EHLO ze4427wm) ([212.159.110.144]) by lon1-mail-1.visp.demon.net (MOS 3.7.5a-GA FastPath) with ESMTP id FKT82331 (AUTH angray); Mon, 20 Aug 2007 03:40:27 +0100 (BST) X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Hello, >Na Sun, Aug 19, 2007 at 07:32:01PM +0100, Aaron Gray >pisal(a): >> rename test.c test.cpp * >> vi test.cpp >> git rm test.c >> git add test.cpp >or just git mv test.c test.cpp Yes I gathered that. followed by 'vi test.cpp' :) GIT's looking great, cannot wait to really start using it. Aaron