Skip to content

Commit 6b148a2

Browse files
authored
Merge pull request tomalaforge#797 from jdegand/github-cli
fix: typos & add link for github cli in checkout-answer.md
2 parents a8fd3df + ea37c10 commit 6b148a2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/src/content/docs/guides/checkout-answer.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,28 @@ contributors:
55
- tomalaforge
66
- gsgonzalez88
77
- 1fbr
8+
- jdegand
89
sidebar:
910
order: 3
1011
---
1112

12-
All Angular Challenges answers will be presented in the form of a Pull Request (PR). To view and follow them, navigate through the **Files Changes** page on GitHub. However, understanding and following this process may not be straightforward if you are not familiar with the interface. In many cases, you may prefer to check out the branch and review the solution in your preferred IDE.
13+
All Angular Challenges answers will be presented in the form of a pull request (PR). To view and follow them, navigate through the **Files Changes** page on GitHub. However, understanding and following this process may not be straightforward if you are not familiar with the interface. In many cases, you may prefer to check out the branch and review the solution in your preferred IDE.
1314

14-
This guide has been created to help you in achieving this.
15+
## Install the GitHub CLI
16+
17+
Follow the instructions for your operating system [here](https://github.com/cli/cli#installation).
1518

1619
## Checkout a PR locally from someone else
1720

1821
### Sync your repository
1922

20-
First you need to synchronize your fork to ensure it is up to date with the forked repository.
23+
First, you need to synchronize your fork to ensure it is up-to-date with the forked repository.
2124

22-
This can be archieved by clicking the **Sync fork** button on the main page of your fork.
25+
This can be achieved by clicking the **Sync fork** button on the main page of your fork.
2326

2427
![Sync project header](../../../assets/fork-sync.png)
2528

26-
The image above shows that my branch is behind of the main branch by 8 commits, and I need to synchronize it to be up to date.
29+
The image above shows that my branch is behind the main branch by 8 commits, and I need to synchronize it to be up to date.
2730

2831
![Sync project update modal](../../../assets/sync-fork-update.png)
2932

0 commit comments

Comments
 (0)