From ea119b5cc48d627c9693902c5bda6d1cbb111f34 Mon Sep 17 00:00:00 2001 From: Joshua Date: Tue, 26 Jan 2021 16:47:18 -0500 Subject: [PATCH 1/2] Updated capitalization --- jbyers3_git.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jbyers3_git.md b/jbyers3_git.md index 1080ce2..17634e7 100644 --- a/jbyers3_git.md +++ b/jbyers3_git.md @@ -1,5 +1,5 @@ -branch allows for one or more features to be developed separate from the main line of code. +Branch allows for one or more features to be developed separate from the main line of code. A clone is a complete copy of a repository that you can edit. This one has developers push and pull to update code. -forking allows for one or more people to take a project to work on it in a different way. To update the original, a pull request must be made on the original. +Forking allows for one or more people to take a project to work on it in a different way. To update the original, a pull request must be made on the original. From 6f69fc9a846eb5364dc68ff9085f4a27a982bc3b Mon Sep 17 00:00:00 2001 From: Joshua Date: Tue, 26 Jan 2021 17:21:02 -0500 Subject: [PATCH 2/2] Renaming --- jbyers3.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 jbyers3.md diff --git a/jbyers3.md b/jbyers3.md new file mode 100644 index 0000000..17634e7 --- /dev/null +++ b/jbyers3.md @@ -0,0 +1,5 @@ +Branch allows for one or more features to be developed separate from the main line of code. + +A clone is a complete copy of a repository that you can edit. This one has developers push and pull to update code. + +Forking allows for one or more people to take a project to work on it in a different way. To update the original, a pull request must be made on the original.