Re: Hyphens and hiding core commands

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Michael S. Tsirkin
Date: Wednesday, November 29, 2006 - 12:14 am

> +------------------------------------------------

I used to use the ^D convention when explaining git
to beginners and I noticed some people try to cut-and-paste it.

So the following might be a better way to put it:

+$ cat <<EOF >~/.gitconfig
+[user]
+	name = Your Name Comes Here
+	email = you@yourdomain.example.com
+EOF

-- 
MST
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Hyphens and hiding core commands, Junio C Hamano, (Mon Nov 27, 4:59 pm)
Re: Hyphens and hiding core commands, Carl Worth, (Mon Nov 27, 5:23 pm)
Re: Hyphens and hiding core commands, Junio C Hamano, (Mon Nov 27, 5:42 pm)
Re: Hyphens and hiding core commands, Carl Worth, (Mon Nov 27, 6:35 pm)
Re: Hyphens and hiding core commands, Junio C Hamano, (Mon Nov 27, 7:18 pm)
Re: Hyphens and hiding core commands, Theodore Tso, (Mon Nov 27, 10:40 pm)
Re: Hyphens and hiding core commands, Junio C Hamano, (Tue Nov 28, 2:15 am)
Re: Hyphens and hiding core commands, Michael S. Tsirkin, (Wed Nov 29, 12:14 am)