From 994cd03ac9e24c7edb99400859dbe75964b3e4a9 Mon Sep 17 00:00:00 2001 From: rhendz Date: Fri, 11 Jan 2019 10:20:40 -0500 Subject: [PATCH] The narrative explaining the differences - closes issue #1 --- apatel79.md | 4 ++++ netid.md | 0 2 files changed, 4 insertions(+) create mode 100644 apatel79.md delete mode 100644 netid.md diff --git a/apatel79.md b/apatel79.md new file mode 100644 index 0000000..f9ead90 --- /dev/null +++ b/apatel79.md @@ -0,0 +1,4 @@ +Github fork is cloning on the server side, whereas git clone is used to copy +a repository to a local machine. On the other hand, git branch creates a new +line of development i.e. you can implement new features without messing up +the main branch (working branch). diff --git a/netid.md b/netid.md deleted file mode 100644 index e69de29..0000000