From 4e627372894ba4e798facdc66554804343548993 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 6 Apr 2010 16:29:41 +0200 Subject: [PATCH] Fix typo (as spotted by Baoqiu Cui.) --- org-contribute.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org-contribute.org b/org-contribute.org index 9765a34..84ad2af 100644 --- a/org-contribute.org +++ b/org-contribute.org @@ -82,7 +82,7 @@ clone. e.g. - : git push add github ssh://.../ # Done once to define the remote 'github' + : git remote add github ssh://.../ # Done once to define the remote 'github' : git push github my-topic 4. Do your work on topic-specific branches, using a branch name that @@ -150,5 +150,5 @@ within GNU Emacs: - Piotr Zielinski #+BEGIN: timestamp :string "Last update: " :format "%Y-%m-%d @ %H:%M" -Last update: 2010-01-20 @ 09:46 +Last update: 06-04-2010 16:29 #+END: -- 2.11.4.GIT