From 85c2de9e3545352b9b96b368fcc0d45c678ece71 Mon Sep 17 00:00:00 2001 From: Brandon Kidd Date: Fri, 11 Jan 2019 15:10:18 -0500 Subject: [PATCH] #1 Second Task --- netid.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/netid.md b/netid.md index e69de29..132c88a 100644 --- a/netid.md +++ b/netid.md @@ -0,0 +1,11 @@ +Github fork is when a user takes a repository from another +user and can modify files within it without changing +up the original user's files. It makes a copy of it under +a new user's account. +Git clone takes a repository from a server and copies it +over to a local machine. +Git branch allows for a group to work on seperate implementations +without modifying the main branch's files. After implementations are +finished, group members can then merge additional branches into the +main branch (the master branch). +