From 6ad131739b546f92f3c9e2ee90af5f616f6e6bec Mon Sep 17 00:00:00 2001 From: Mat Gilbert Date: Wed, 30 May 2018 14:42:18 -0400 Subject: [PATCH] Added stub for forks and clones, .ruby-version file --- .ruby-version | 1 + public/lessons/git/github_forks_and_clones.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .ruby-version create mode 100644 public/lessons/git/github_forks_and_clones.md diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 00000000..79a61441 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.4.4 diff --git a/public/lessons/git/github_forks_and_clones.md b/public/lessons/git/github_forks_and_clones.md new file mode 100644 index 00000000..7230058f --- /dev/null +++ b/public/lessons/git/github_forks_and_clones.md @@ -0,0 +1,5 @@ +# Github Forks and Clones + +Cloning a repository is creating a local copy of it + +Forking a respository is creating a duplicate of that repo on a separate count \ No newline at end of file