From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Contreras Subject: [PATCH v4] build: add default aliases Date: Tue, 24 Sep 2013 10:33:13 -0500 Message-ID: <1380036793-21901-1-git-send-email-felipe.contreras@gmail.com> References: <20130924152140.GA4259@goldbirke> Cc: Felipe Contreras To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Sep 24 17:39:02 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VOUhY-0006Qa-De for gcvg-git-2@plane.gmane.org; Tue, 24 Sep 2013 17:39:00 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753596Ab3IXPi4 (ORCPT ); Tue, 24 Sep 2013 11:38:56 -0400 Received: from mail-oa0-f53.google.com ([209.85.219.53]:57516 "EHLO mail-oa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752988Ab3IXPiz (ORCPT ); Tue, 24 Sep 2013 11:38:55 -0400 Received: by mail-oa0-f53.google.com with SMTP id i7so2292669oag.40 for ; Tue, 24 Sep 2013 08:38:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=OYTWsNb0/NzspmG3ZzlcL6gXwVeGf9JtR4pEmXz/hqA=; b=Wh1fsMeGb6pFs1XzmvLrXCHMKIr/eiiHyUV06eAaFHRgdclHVpV+SByLxsi+DBV/q7 JqmxjC1H5K6MBWV0TtxxToxJoEGw2oy+F8Z/bf2r+stmMWYZzYT+xLiaGLn0doagI+Cl Xmni4Efb+HaYP/+onVsJlk3PT6p4RaQEiLzVBvpFvzy6IVhtX8azHilrtBHGMR10zXDe eyUSHCbNYLfcsM6h5cLGIb3HPLYXlS38NFtQgOP0MV0WKdfcuA0pHnawjnNSFhkt9C/W BiUzARKvyzNdtaDlQ5sb11M7HwM4o/ZshdTObYT+uJG7PS867L560tYEujSVGZDHufXw lmzA== X-Received: by 10.60.130.163 with SMTP id of3mr10930oeb.96.1380037134926; Tue, 24 Sep 2013 08:38:54 -0700 (PDT) Received: from localhost (187-162-140-241.static.axtel.net. [187.162.140.241]) by mx.google.com with ESMTPSA id y1sm25439267oek.4.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 24 Sep 2013 08:38:54 -0700 (PDT) X-Mailer: git-send-email 1.8.4-fc In-Reply-To: <20130924152140.GA4259@goldbirke> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: For now simply add a few common aliases. co = checkout ci = commit rb = rebase st = status Signed-off-by: Felipe Contreras --- Documentation/git-checkout.txt | 5 +++++ Documentation/git-commit.txt | 5 +++++ Documentation/git-rebase.txt | 5 +++++ Documentation/git-status.txt | 5 +++++ config.c | 5 +++++ 5 files changed, 25 insertions(+) diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index ca118ac..7597813 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -14,6 +14,11 @@ SYNOPSIS 'git checkout' [-f|--ours|--theirs|-m|--conflict=