From: W. Trevor King Date: Fri, 29 Nov 2013 22:29:06 +0000 (-0800) Subject: README.md: Begin versioning by explaining the project goals X-Git-Tag: v1.0~3 X-Git-Url: http://git.tremily.us/?p=swc-git-example.git;a=commitdiff_plain;h=b089fb8d27bc983e69e3dd35a8bcd57c1522b6b3 README.md: Begin versioning by explaining the project goals I created this commit by writing README.md in my text exitor. I staged the file for the next commit with: $ git add README.md I committed the staged version of the file with: $ git commit --- b089fb8d27bc983e69e3dd35a8bcd57c1522b6b3 diff --git a/README.md b/README.md new file mode 100644 index 0000000..8cd0c73 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Show how project development generally works in [Git][]. + + +[Git]: http://www.git-scm.com/