Skip to content

Instantly share code, notes, and snippets.

@juanonsoftware
Last active November 17, 2023 09:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanonsoftware/577291a053b133b500ec5990918f805e to your computer and use it in GitHub Desktop.
Save juanonsoftware/577291a053b133b500ec5990918f805e to your computer and use it in GitHub Desktop.
Use winget to install new application on Windows 11
Details of the package manager -> https://learn.microsoft.com/en-us/windows/package-manager/winget/
1. Search for packages
- winget search git -> to search for packages containing "git"
2. From the output, I can see TortoiseGit. Its id is TortoiseGit.TortoiseGit
3. Run install command to install this app
- winget install TortoiseGit.TortoiseGit -> winget will download the app and display a confirmation to install
4. Now it's ready to use, right click on a folder / show more to see git menus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment