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
3 changes: 3 additions & 0 deletions questions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Could you tell difference between pull and fork?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A pull command is both a fetch and a merge of the project (for a project you are planning to actively contribute to).
A fork is a copy of the parent project, that you may use to create a pull request.


Can you explain about fork?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! Forks are copies of a repository. Here is more info: https://help.github.com/articles/fork-a-repo/