From baf9acde133a0e8f22f699c99e30985130f5d768 Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Thu, 22 Mar 2012 13:06:59 -0400 Subject: [PATCH] Add quick README to the master branch Otherwise the default clone branch will be empty. Signed-off-by: Thomas Berezansky --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 000000000..939ae5a7f --- /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. -- 2.43.2