Skip to content

Commit

Permalink
deploy: 480e540
Browse files Browse the repository at this point in the history
  • Loading branch information
g4brielvs committed Feb 7, 2024
1 parent c54597d commit 4a7d7e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sources/docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Whether you are novice and expert, your contribution is valuable. If you're cont

[Cloning](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository), in the context of version control systems like [Git](https://git-scm.com), refers to the process of creating a copy of a repository from a remote location (such as a [GitHub](https://github.com) repository) onto your local machine. When you clone a repository, you replicate all of its files, folders, commit history, and branches onto your local system. This allows you to work on the project's codebase locally, make changes, create new branches, and contribute to the project without affecting the original repository.

To clone a repository, you'll need the repository's URL and a Git client installed on your computer. First, open your Git client of choice, such as GitHub Desktop, GitKraken, or SourceTree. Then, locate the option to clone a repository. In most Git clients, this option is typically found under the "File" or "Repository" menu. Next, paste the URL of the repository you want to clone into the designated field. This URL can usually be found on the repository's GitHub page by clicking the green "Code" button and copying the URL provided. Once you've pasted the URL, choose the local directory where you want to save the cloned repository on your computer. Finally, initiate the cloning process by clicking the "Clone" or "Clone the repo!" button. The Git client will then download a copy of the repository to your local machine, allowing you to work on the files locally and collaborate with others on the project.
To clone a repository, you'll need the repository's URL and a Git client installed on your computer. First, open your [Git](https://git-scm.com) client of choice, such as [GitHub Desktop](https://desktop.github.com) or [GitKraken](https://www.gitkraken.com). Then, locate the option to clone a repository. In most [Git](https://git-scm.com) clients, this option is typically found under the "File" or "Repository" menu. Next, paste the URL of the repository you want to clone into the designated field. This URL can usually be found on the repository's [GitHub](https://github.com) page by clicking the green "Code" button and copying the URL provided. Once you've pasted the URL, choose the local directory where you want to save the cloned repository on your computer. Finally, initiate the cloning process by clicking the "Clone" button. The [Git](https://git-scm.com) client will then download a copy of the repository to your local machine, allowing you to work on the files locally and collaborate with others on the project.

Alternatively, with you're using [Git CLI](https://git-scm.com/downloads), please follow the step below:

Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ <h2>Contributing to the Code and Documentation<a class="headerlink" href="#contr
<section id="cloning-the-repository-locally">
<h3>Cloning the Repository Locally<a class="headerlink" href="#cloning-the-repository-locally" title="Permalink to this heading">#</a></h3>
<p><a class="reference external" href="https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository">Cloning</a>, in the context of version control systems like <a class="reference external" href="https://git-scm.com">Git</a>, refers to the process of creating a copy of a repository from a remote location (such as a <a class="reference external" href="https://github.com">GitHub</a> repository) onto your local machine. When you clone a repository, you replicate all of its files, folders, commit history, and branches onto your local system. This allows you to work on the project’s codebase locally, make changes, create new branches, and contribute to the project without affecting the original repository.</p>
<p>To clone a repository, you’ll need the repository’s URL and a Git client installed on your computer. First, open your Git client of choice, such as GitHub Desktop, GitKraken, or SourceTree. Then, locate the option to clone a repository. In most Git clients, this option is typically found under the “File” or “Repository” menu. Next, paste the URL of the repository you want to clone into the designated field. This URL can usually be found on the repository’s GitHub page by clicking the green “Code” button and copying the URL provided. Once you’ve pasted the URL, choose the local directory where you want to save the cloned repository on your computer. Finally, initiate the cloning process by clicking the “Clone” or “Clone the repo!” button. The Git client will then download a copy of the repository to your local machine, allowing you to work on the files locally and collaborate with others on the project.</p>
<p>To clone a repository, you’ll need the repository’s URL and a Git client installed on your computer. First, open your <a class="reference external" href="https://git-scm.com">Git</a> client of choice, such as <a class="reference external" href="https://desktop.github.com">GitHub Desktop</a> or <a class="reference external" href="https://www.gitkraken.com">GitKraken</a>. Then, locate the option to clone a repository. In most <a class="reference external" href="https://git-scm.com">Git</a> clients, this option is typically found under the “File” or “Repository” menu. Next, paste the URL of the repository you want to clone into the designated field. This URL can usually be found on the repository’s <a class="reference external" href="https://github.com">GitHub</a> page by clicking the green “Code” button and copying the URL provided. Once you’ve pasted the URL, choose the local directory where you want to save the cloned repository on your computer. Finally, initiate the cloning process by clicking the “Clone” button. The <a class="reference external" href="https://git-scm.com">Git</a> client will then download a copy of the repository to your local machine, allowing you to work on the files locally and collaborate with others on the project.</p>
<p>Alternatively, with you’re using <a class="reference external" href="https://git-scm.com/downloads">Git CLI</a>, please follow the step below:</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/PATH-TO/REPOSITORY
</pre></div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 4a7d7e0

Please sign in to comment.