Skip to content

Commit 54f20c6

Browse files
committed
clarify two more concepts; closes #311
1 parent b00b2dd commit 54f20c6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

content/same-repository.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,3 +329,17 @@ To protect a branch in your own repository, go to "Settings" -> "Branches".
329329
- But we successfully contributed to a **collaborative project**!
330330
- The pull request allowed us to contribute without changing directly:
331331
this is very good when it's not mainly our project.
332+
333+
:::{discussion} Let's clarify typical questions
334+
**What is the difference between `git pull` and a pull request?**
335+
- `git pull` is a command that fetches changes from a remote repository and
336+
merges them into the current branch.
337+
- Pull request: change proposal. It might have been named this way because
338+
after you accept a pull request, internally it git pulls the changes from
339+
the branch containing the change proposal.
340+
341+
**What is the difference between a pull request and an issue?**
342+
- Pull request is a mechanism to suggest and review changes.
343+
- An issue is a place where we note and discuss problems or ideas.
344+
- Both get a number and they can reference each other but that's all they have in common.
345+
:::

0 commit comments

Comments
 (0)