Downloads:
984,163
Downloads of v 2.1.0.20160326:
2,957
Last Update:
27 Mar 2016
Package Maintainer(s):
Software Author(s):
- Sven Strickroth
- Frank Li
Tags:
git revision-control dvcsTortoiseGit
This is not the latest version of TortoiseGit available.
- 1
- 2
- 3
2.1.0.20160326 | Updated: 27 Mar 2016
Downloads:
984,163
Downloads of v 2.1.0.20160326:
2,957
Maintainer(s):
Software Author(s):
- Sven Strickroth
- Frank Li
TortoiseGit 2.1.0.20160326
This is not the latest version of TortoiseGit available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Sven Strickroth, Frank Li. The inclusion of Sven Strickroth, Frank Li trademark(s), if any, upon this webpage is solely to identify Sven Strickroth, Frank Li goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install TortoiseGit, run the following command from the command line or from PowerShell:
To upgrade TortoiseGit, run the following command from the command line or from PowerShell:
To uninstall TortoiseGit, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download tortoisegit --internalize --version=2.1.0.20160326 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade tortoisegit -y --source="'INTERNAL REPO URL'" --version="'2.1.0.20160326'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade tortoisegit -y --source="'INTERNAL REPO URL'" --version="'2.1.0.20160326'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install tortoisegit
win_chocolatey:
name: tortoisegit
version: '2.1.0.20160326'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'tortoisegit' do
action :install
source 'INTERNAL REPO URL'
version '2.1.0.20160326'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tortoisegit
{
Name = "tortoisegit"
Version = "2.1.0.20160326"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tortoisegit':
ensure => '2.1.0.20160326',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 24 Jun 2016.
TortoiseGit is a Windows Shell Interface to Git and based on TortoiseSVN. TortoiseGit supports you with regular tasks, such as committing, showing logs, diffing two versions, creating branches and tags, creating patches and so on. Since it's not an integration for a specific IDE like Visual Studio, Eclipse or others, you can use it with whatever development tools you like, and with any type of file. Main interaction with TortoiseGit will be using the context menu of the Windows explorer.
$packageName = 'tortoisegit'
$packageSearch = "$packageName"
$installerType = 'msi'
$silentArgs = '/quiet /qn /norestart'
$validExitCodes = @(0,3010)
Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
-ErrorAction:SilentlyContinue `
| Where-Object { $_.DisplayName -like "$packageSearch *" } `
| ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($_.PSChildName) $silentArgs" `
-ValidExitCodes $validExitCodes }
Log in or click on link to see number of positives.
- TortoiseGit-2.1.0.0-32bit.msi (7b8b7255ae7a) - ## / 58
- TortoiseGit.2.1.0.20160326.nupkg (7b3db293610d) - ## / 58
- TortoiseGit-2.1.0.0-64bit.msi (d659b8ab6dc0) - ## / 57
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
TortoiseGit 2.17.0.2 | 6564 | Friday, November 1, 2024 | Approved | |
TortoiseGit 2.17.0 | 573 | Thursday, October 31, 2024 | Approved | |
TortoiseGit 2.16.0 | 22424 | Wednesday, May 1, 2024 | Approved | |
TortoiseGit 2.15.0 | 23333 | Wednesday, October 4, 2023 | Approved | |
TortoiseGit 2.14.0.1 | 29032 | Saturday, April 15, 2023 | Approved | |
TortoiseGit 2.14.0.0 | 30900 | Monday, February 6, 2023 | Approved | |
TortoiseGit 2.13.0.1 | 90793 | Monday, February 7, 2022 | Approved | |
TortoiseGit 2.13.0.0 | 3971 | Tuesday, February 1, 2022 | Approved | |
TortoiseGit 2.12.0.0 | 91197 | Thursday, April 1, 2021 | Approved | |
TortoiseGit 2.11.0.0 | 430218 | Saturday, October 10, 2020 | Approved | |
TortoiseGit 2.10.0.2 | 40123 | Tuesday, March 24, 2020 | Approved | |
TortoiseGit 2.10.0.1 | 3000 | Friday, March 20, 2020 | Approved | |
TortoiseGit 2.10.0.0 | 7753 | Sunday, March 1, 2020 | Approved | |
TortoiseGit 2.9.0.0 | 29946 | Thursday, October 31, 2019 | Approved | |
TortoiseGit 2.8.0.0 | 58254 | Friday, March 1, 2019 | Approved | |
TortoiseGit 2.7.0.0 | 16145 | Sunday, August 19, 2018 | Approved | |
TortoiseGit 2.6.0.0 | 17434 | Saturday, February 17, 2018 | Approved | |
TortoiseGit 2.5.0.0 | 15112 | Sunday, July 23, 2017 | Approved | |
TortoiseGit 2.4.0.2 | 9603 | Sunday, February 26, 2017 | Approved | |
TortoiseGit 2.4.0.0 | 3294 | Tuesday, January 31, 2017 | Approved | |
TortoiseGit 2.3.0.0 | 5346 | Thursday, October 20, 2016 | Approved | |
TortoiseGit 2.2.0.0 | 4091 | Wednesday, July 6, 2016 | Approved | |
TortoiseGit 2.1.0.20160326 | 2957 | Sunday, March 27, 2016 | Approved | |
TortoiseGit 2.1.0.0 | 690 | Saturday, March 26, 2016 | Approved | |
TortoiseGit 2.0.0.0 | 2216 | Tuesday, March 1, 2016 | Approved | |
TortoiseGit 1.8.16.0 | 4955 | Monday, November 2, 2015 | Approved | |
TortoiseGit 1.8.15.0 | 3657 | Wednesday, August 5, 2015 | Approved | |
TortoiseGit 1.8.14.1 | 3886 | Monday, May 4, 2015 | Approved | |
TortoiseGit 1.8.14.0 | 1015 | Tuesday, April 14, 2015 | Approved | |
TortoiseGit 1.8.13.0 | 2710 | Friday, February 20, 2015 | Approved | |
TortoiseGit 1.8.12.0 | 3289 | Wednesday, November 26, 2014 | Approved | |
TortoiseGit 1.8.11.0 | 3244 | Monday, September 1, 2014 | Approved | |
TortoiseGit 1.8.10.0 | 976 | Thursday, August 21, 2014 | Approved | |
TortoiseGit 1.8.9.0 | 2145 | Thursday, June 12, 2014 | Approved | |
TortoiseGit 1.8.8.0 | 1795 | Wednesday, April 2, 2014 | Approved | |
TortoiseGit 1.8.7.0 | 1712 | Monday, January 20, 2014 | Approved | |
TortoiseGit 1.8.6 | 1468 | Monday, October 28, 2013 | Approved | |
TortoiseGit 1.8.5 | 1202 | Tuesday, August 20, 2013 | Approved | |
TortoiseGit 1.8.4 | 966 | Tuesday, July 9, 2013 | Approved | |
TortoiseGit 1.8.3 | 1079 | Monday, May 6, 2013 | Approved | |
TortoiseGit 1.8.2 | 865 | Saturday, March 30, 2013 | Approved | |
TortoiseGit 1.8.1 | 968 | Tuesday, February 12, 2013 | Approved | |
TortoiseGit 1.8.0 | 759 | Friday, February 1, 2013 | Approved | |
TortoiseGit 1.7.14 | 801 | Saturday, October 27, 2012 | Approved | |
TortoiseGit 1.7.6.1 | 1059 | Sunday, January 22, 2012 | Approved | |
TortoiseGit 1.7.6.0 | 643 | Saturday, January 21, 2012 | Approved |
© TortoiseGit
This package has no dependencies.
Ground Rules:
- This discussion is only about TortoiseGit and the TortoiseGit package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or TortoiseGit, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.