From 5137ac3aec9a7ae0134b5d2d88d40edbbba168ea Mon Sep 17 00:00:00 2001 From: rishabh6398 <52570254+rishabh6398@users.noreply.github.com> Date: Fri, 28 Aug 2020 11:18:59 +0530 Subject: [PATCH] Created a readme file explain about fork --- readme | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 readme diff --git a/readme b/readme new file mode 100644 index 00000000..a278343d --- /dev/null +++ b/readme @@ -0,0 +1,7 @@ +Fork is a copy of a repository.Forking repository allows you to freely experiment with changes without affecting the original project. +We can directly fork a repo from github the steps required are- +1)open the repository that you want to fork. +2)Top right you will find option of forking the repo. +3)You can go ahead with forking repo and then going to your gitbash and making the required changes. +4)Otherwise you can go on create file option and make your file and then commit it and make a pull request. +5)Once you make a pull request you will have your code in repository and the original creator of repo will get a pull request.