Add quick README to the master branch master
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 22 Mar 2012 17:06:59 +0000 (13:06 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Thu, 22 Mar 2012 17:06:59 +0000 (13:06 -0400)
Otherwise the default clone branch will be empty.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..939ae5a
--- /dev/null
+++ b/README
@@ -0,0 +1,8 @@
+This repo is for putting random things in.
+
+You can push to it from your own repos without building off of the master branch, or anything else in it really. For example:
+
+git add random git@git.evergreen-ils.org:working/random
+git push random local_branch:user/yourusername/local_branch
+
+Otherwise it follows the rules of working repos.