aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2019-02-05 11:39:13 -0600
committerWilliam Harrington <kb0iic@berzerkula.org>2019-02-05 11:39:13 -0600
commit17ae029e11f5f4b6d408b27f94311e3b3895e1cc (patch)
tree736d6d4ab0dd28a0da69a1a6417e3d5d37ff8e9d
Initial README.md
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b5c76e7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# Testing Repository
+
+This Repository will help with GIT usage.
+
+## About GIT
+
+[Git](https://git-scm.com/) is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
+
+Git is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
+
+### Contents
+
+* [About](https://git-scm.com/about)
+* [Documentation](https://git-scm.com/doc)
+* [Downloads](https://git-scm.com/downloads)
+* [Community](https://git-scm.com/community)