From 7ddec23e263bf8caed7d8575a413738956079269 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Tue, 1 Mar 2011 17:30:00 -0800 Subject: removed dollar sign from output text lines --- _posts/2011-02-15-linux-set-up-git.markdown | 2 +- _posts/2011-02-15-mac-set-up-git.markdown | 2 +- _posts/2011-02-15-win-set-up-git.markdown | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '_posts') diff --git a/_posts/2011-02-15-linux-set-up-git.markdown b/_posts/2011-02-15-linux-set-up-git.markdown index 3177929..36004b6 100644 --- a/_posts/2011-02-15-linux-set-up-git.markdown +++ b/_posts/2011-02-15-linux-set-up-git.markdown @@ -54,7 +54,7 @@ To make sure you generate a brand new key, you need to check if one already exis

Output

-			$ This is output text.
+			This is output text.
 		

A line that does not begin with a $ is output text that is intended to give you information or tell you what to do next. We’ve colored output text green in these bootcamp tutorials.

diff --git a/_posts/2011-02-15-mac-set-up-git.markdown b/_posts/2011-02-15-mac-set-up-git.markdown index 57b1ea1..d339cdb 100644 --- a/_posts/2011-02-15-mac-set-up-git.markdown +++ b/_posts/2011-02-15-mac-set-up-git.markdown @@ -38,7 +38,7 @@ To make sure you generate a brand new key, you need to check if one already exis

Output

-			$ This is output text.
+			This is output text.
 		

A line that does not begin with a $ is output text that is intended to give you information or tell you what to do next. We’ve colored output text green in these bootcamp tutorials.

diff --git a/_posts/2011-02-15-win-set-up-git.markdown b/_posts/2011-02-15-win-set-up-git.markdown index 2db5d8d..c1605b7 100644 --- a/_posts/2011-02-15-win-set-up-git.markdown +++ b/_posts/2011-02-15-win-set-up-git.markdown @@ -51,7 +51,7 @@ To make sure you generate a brand new key, you need to check if one already exis

Output

-			$ This is output text.
+			This is output text.
 		

A line that does not begin with a $ is output text that is intended to give you information or tell you what to do next. We’ve colored output text green in these bootcamp tutorials.

-- cgit v1.3.1