Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions jbyers3.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions jbyers3_git.md
Original file line number Diff line number Diff line change
@@ -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.