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. 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.