Skip to content
Open
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
4 changes: 4 additions & 0 deletions eswanger.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
github fork: This creates a copy of a repository with all of its filesi, into another github account. Generally this is for building off the original files without manipulating the orignal source materials.
git clone: This creates copy of a remote repository into a local machine.
git branchs: This copies a portion of a repository which allows for individuals to work on it and can merge it back with a master branch.