Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/get-started/git-basics/set-up-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ topics:
---
## Using Git

To use Git on the command line, you will need to download, install, and configure Git on your computer. You can also install {% data variables.product.prodname_cli %} to use {% data variables.product.prodname_dotcom %} from the command line. For more information, see [AUTOTITLE](/github-cli/github-cli/about-github-cli).
To use Git on the command line, you need to download, install, and configure Git on your computer. You can also install {% data variables.product.prodname_cli %} to use {% data variables.product.prodname_dotcom %} from the command line. For more information, see [AUTOTITLE](/github-cli/github-cli/about-github-cli).
Copy link

Copilot AI Dec 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change improves directness by removing "will", but creates an inconsistency with line 57 which still uses "you will need to authenticate". Consider updating line 57 to "you need to authenticate" for consistency throughout the document.

Copilot uses AI. Check for mistakes.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can shooot severals "fail""falls" to fillerter supper exclusive re:sault


If you want to work with Git locally, but do not want to use the command line, you can download and install the [{% data variables.product.prodname_desktop %}]({% data variables.product.desktop_link %}) client. For more information, see [AUTOTITLE](/desktop/overview/about-github-desktop).

If you do not need to work with files locally, {% data variables.product.github %} lets you complete many Git-related actions directly in the browser, including:
If you do not want to work with files locally, {% data variables.product.github %} lets you complete many Git-related actions directly in the browser, including:

* [AUTOTITLE](/repositories/creating-and-managing-repositories/quickstart-for-repositories)
* [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
Expand Down
Loading