Skip to content

Commit

Permalink
Fix reference to git-pull
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Aug 5, 2024
1 parent a8642c8 commit 1ec7d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/guides/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ requirement to work on this project.
This guide assumes you have already [forked][github-forking] our repository, [clonned it][git-cloning] to your
computer and created your own [git branch][git-branches] to work on.

If you wish to work from an already forked repository, make sure to check out the main branch and do a [`git pull`] to
get your fork up to date. Now create your new branch.
If you wish to work from an already forked repository, make sure to check out the main branch and do a [`git
pull`][git-pull] to get your fork up to date. Now create your new branch.

[git-and-github]: https://docs.github.com/en/get-started/start-your-journey/about-github-and-git
[github-forking]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo
Expand Down

0 comments on commit 1ec7d93

Please sign in to comment.