From 67f39635aa4a63f77586a52fccae9ff96ea93644 Mon Sep 17 00:00:00 2001 From: Brian Hetro Date: Sun, 7 Feb 2010 11:27:02 -0500 Subject: [PATCH] regproj: Escape $ in command line example. --- cgi/regproj.cgi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cgi/regproj.cgi b/cgi/regproj.cgi index 0b45264..914025f 100755 --- a/cgi/regproj.cgi +++ b/cgi/regproj.cgi @@ -103,11 +103,11 @@ $regnotice

Note that you cannot clone an empty repository since it contains no branches; you need to make the first push from an existing repository. To import a new project, the procedure is roughly as follows:

-  $ git init
-  $ git add
-  $ git commit
-  $ git remote add origin $Girocco::Config::pushurl/$name.git
-  $ git push --all origin
+  \$ git init
+  \$ git add
+  \$ git commit
+  \$ git remote add origin $Girocco::Config::pushurl/$name.git
+  \$ git push --all origin
 

You may experience permission problems if you try to push right now. -- 2.11.4.GIT