Skip to content

Change command to install Git in Termux #39218

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2025
Merged

Conversation

nukhes
Copy link
Contributor

@nukhes nukhes commented Jul 7, 2025

Why:

Closes: #39217

What's being changed (if available, include any code snippets, screenshots, or gifs):

Change apt install git to pkg install git.

Termux recommends using pkg instead of apt directly, pkg is a wrapper that performs useful tasks:

  • Provides command shortcuts.
  • Automatically runs "apt update" before installing a package.
  • Performs some client side repository load-balancing by automatically switching mirrors.

Check off the following:

  • A subject matter expert (SME) has reviewed the technical accuracy of the content in this PR. In most cases, the author can be the SME. Open source contributions may require an SME review from GitHub staff.
  • The changes in this PR meet the docs fundamentals that are required for all content.
  • All CI checks are passing and the changes look good in the review environment.

Termux recommends using "pkg install" instead of "apt install", pkg is a wrapper that performs useful tasks:

- Provides command shortcuts.
- Automatically runs "apt update" before installing a package.
- Performs some client side repository load-balancing by automatically switching mirrors.
@Copilot Copilot AI review requested due to automatic review settings July 7, 2025 16:52
Copy link

welcome bot commented Jul 7, 2025

Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.

Copy link
Contributor

github-actions bot commented Jul 7, 2025

How to review these changes 👓

Thank you for your contribution. To review these changes, choose one of the following options:

A Hubber will need to deploy your changes internally to review.

Table of review links

Note: Please update the URL for your staging server or codespace.

The table shows the files in the content directory that were changed in this pull request. This helps you review your changes on a staging server. Changes to the data directory are not included in this table.

Source Review Production What Changed
get-started/git-basics/set-up-git.md fpt
ghec
ghes@ 3.17 3.16 3.15 3.14 3.13
fpt
ghec
ghes@ 3.17 3.16 3.15 3.14 3.13

Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server

🤖 This comment is automatically generated.

@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Jul 7, 2025
@Sharra-writes Sharra-writes added content This issue or pull request belongs to the Docs Content team get started Content related to "Getting Started" doc set and removed triage Do not begin working on this issue until triaged by the team labels Jul 7, 2025
@Sharra-writes
Copy link
Contributor

Thanks for opening an issue and PR! This appears to be correct, so I'll go ahead and get the PR merged once checks are passing.

@Sharra-writes Sharra-writes added this pull request to the merge queue Jul 7, 2025
Merged via the queue into github:main with commit e9c04bb Jul 7, 2025
64 checks passed
Copy link
Contributor

github-actions bot commented Jul 7, 2025

Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content This issue or pull request belongs to the Docs Content team get started Content related to "Getting Started" doc set
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change command to install Git in Termux
2 participants