Skip to content

Created a readme file explain about fork #1217

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
7 changes: 7 additions & 0 deletions readme
Original file line number Diff line number Diff line change
@@ -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.