Skip to content

Commit

Permalink
Update blog/docs/articles/getting-started-blog-p1.md
Browse files Browse the repository at this point in the history
Co-authored-by: Leo Li <[email protected]>
  • Loading branch information
Cali0707 and Leo6Leo authored Jul 5, 2023
1 parent 5cb8c0a commit 3510609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/docs/articles/getting-started-blog-p1.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Generally, the process you will go through to code your changes is:

Firstly, you should generally be working on a fork of the project. You can think of a fork as your own personal copy of the repository, where you have the permissions to make whatever
changes you want. This is different from the main project repository, where you likely don't have permissions to change the code. To create a fork on GitHub, you can follow
[these instructions](https://docs.github.com/en/get-started/quickstart/fork-a-repo). To create a fork on Gitlab, you can follow [these instructions](https://docs.gitlab.com/ee/user/project/repository/forking_workflow.html).
[these instructions](https://docs.github.com/en/get-started/quickstart/fork-a-repo). To create a fork on GitLab, you can follow [these instructions](https://docs.gitlab.com/ee/user/project/repository/forking_workflow.html).
Some important terminology here is that the repository you forked is generally referred to as the "upstream" repository, and we will be referring to your fork as the "origin",
as that is normally how your local git remotes will be set up. To easily clone a forked repository and set up the git remotes properly, you can use the `git clonefork` command
which can be installed from [here](https://github.com/cali0707/git-utils). Alternatively, you can use the [git clone](https://git-scm.com/docs/git-clone) and
Expand Down

0 comments on commit 3510609

Please sign in to comment.