diff options
-rw-r--r-- | README.md | 16 |
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) |