Downloads:
973,751
Downloads of v 2.4.0.0:
3,281
Last Update:
31 Jan 2017
Package Maintainer(s):
Software Author(s):
- TortoiseGit and contributors
Tags:
git version-control dvcs admin fossTortoiseGit
This is not the latest version of TortoiseGit available.
- 1
- 2
- 3
2.4.0.0 | Updated: 31 Jan 2017
Downloads:
973,751
Downloads of v 2.4.0.0:
3,281
Maintainer(s):
Software Author(s):
- TortoiseGit and contributors
TortoiseGit 2.4.0.0
This is not the latest version of TortoiseGit available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by TortoiseGit and contributors. The inclusion of TortoiseGit and contributors trademark(s), if any, upon this webpage is solely to identify TortoiseGit and contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
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.4.0.0 --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.4.0.0'" [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.4.0.0'"
$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.4.0.0'
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.4.0.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tortoisegit
{
Name = "tortoisegit"
Version = "2.4.0.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tortoisegit':
ensure => '2.4.0.0',
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.
This package was approved as a trusted package on 31 Jan 2017.
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.
Features
- Easy to use
- all commands are available directly from the Windows Explorer (see screenshots).
- only commands that make sense for the selected file/folder are shown. You won't see any commands that you can't use in your situation.
- See the status of your files directly in the Windows explorer (see screenshots)
- descriptive dialogs, constantly improved due to user feedback
- allows moving files by right-dragging them in the Windows explorer
- Powerful commit dialog (see screenshots)
- integrated spell checker for log messages
- auto completion of paths and keywords of the modified files
- text formatting with special chars
- Per project settings
- minimum log message length to avoid accidentally committing with an empty log message
- language to use for the spell checker
- Integration with issue tracking systems
TortoiseGit provides a flexible mechanism to integrate any web based bug tracking system.- A separate input box to enter the issue number assigned to the commit, or coloring of the issue number directly in the log message itself
- When showing all log messages, an extra column is added with the issue number. You can immediately see to which issue the commit belongs to.
- Issue numbers are converted into links which open the webbrowser directly on the corresponding issue
- Optional warning if a commit isn't assigned to an issue number
- Helpful Tools
- TortoiseGitMerge (see screenshot and the TortoiseGitMerge manual)
- Shows changes you made to your files
- Helps resolving conflicts
- Can apply patchfiles you got from users without commit access to your repository
- TortoiseGitBlame: to show blames of files. Shows also log messages for each line in a file. (see screenshot)
- TortoiseGitIDiff: to see the changes you made to your image files (see screenshot)
- TortoiseGitMerge (see screenshot and the TortoiseGitMerge manual)
- Available in many languages
- TortoiseGit is stable
- Before every release, we create one or more preview releases for "adventurous" people to test first. This helps finding bugs very early so they won't even get into an official release.
- A custom crash report tool is included in every TortoiseGit release which helps us fix the bugs much faster, even if you can't remember exactly what you did to trigger it.
md5: 8A96BB8A3BBEDD23DE615CF4CC2067B8 | sha1: FE01926F41A8C609C15368CE5AD3B84C6E78CB5B | sha256: EC69C7032ADD31F6BC6404E0B8D16248ECD165D2840C9ECAE2FEB23D9B0B1967 | sha512: 060503AE7E59D29BAEB6CA617D332A7F9A9612C910E675EC0723DF0ADED5D61BC1CF17366E7BA7E8B4FED4E2C3C4D0A91239B593699227B9867057B86466F64E
md5: E9E9804AC96B1F7A3856160D30BFA5F0 | sha1: BAF8BFACCAA6BD51105E190F20AEE339220CEAB2 | sha256: 6648E71F882604B81CC9A0BE49D98E631012F67DF8D889431E77092CBA58FCE2 | sha512: 38C3E72FCD701FABBD36734D1B2023227C8154FCD669E0E09BB62B2090070FF4B7400869FAA56A5BE335F44B3042EB87F840EA201C3A874904CE897ADB867C87
Log in or click on link to see number of positives.
- TortoiseGit.2.4.0.0.nupkg (4e0615df10d6) - ## / 58
- TortoiseGit-2.4.0.0-32bit_x32.msi (ec69c7032add) - ## / 54
- TortoiseGit-2.4.0.0-64bit_x64.msi (6648e71f8826) - ## / 55
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.16.0 | 19713 | Wednesday, May 1, 2024 | Approved | |
TortoiseGit 2.15.0 | 23302 | Wednesday, October 4, 2023 | Approved | |
TortoiseGit 2.14.0.1 | 29001 | Saturday, April 15, 2023 | Approved | |
TortoiseGit 2.14.0.0 | 30884 | Monday, February 6, 2023 | Approved | |
TortoiseGit 2.13.0.1 | 90778 | Monday, February 7, 2022 | Approved | |
TortoiseGit 2.13.0.0 | 3955 | Tuesday, February 1, 2022 | Approved | |
TortoiseGit 2.12.0.0 | 91180 | Thursday, April 1, 2021 | Approved | |
TortoiseGit 2.11.0.0 | 430194 | Saturday, October 10, 2020 | Approved | |
TortoiseGit 2.10.0.2 | 40103 | Tuesday, March 24, 2020 | Approved | |
TortoiseGit 2.10.0.1 | 2994 | Friday, March 20, 2020 | Approved | |
TortoiseGit 2.10.0.0 | 7734 | Sunday, March 1, 2020 | Approved | |
TortoiseGit 2.9.0.0 | 29926 | Thursday, October 31, 2019 | Approved | |
TortoiseGit 2.8.0.0 | 58237 | Friday, March 1, 2019 | Approved | |
TortoiseGit 2.7.0.0 | 16122 | Sunday, August 19, 2018 | Approved | |
TortoiseGit 2.6.0.0 | 17425 | Saturday, February 17, 2018 | Approved | |
TortoiseGit 2.5.0.0 | 15106 | Sunday, July 23, 2017 | Approved | |
TortoiseGit 2.4.0.2 | 9586 | Sunday, February 26, 2017 | Approved | |
TortoiseGit 2.4.0.0 | 3281 | Tuesday, January 31, 2017 | Approved | |
TortoiseGit 2.3.0.0 | 5337 | Thursday, October 20, 2016 | Approved | |
TortoiseGit 2.2.0.0 | 4080 | Wednesday, July 6, 2016 | Approved | |
TortoiseGit 2.1.0.20160326 | 2942 | Sunday, March 27, 2016 | Approved | |
TortoiseGit 2.1.0.0 | 670 | Saturday, March 26, 2016 | Approved | |
TortoiseGit 2.0.0.0 | 2198 | Tuesday, March 1, 2016 | Approved | |
TortoiseGit 1.8.16.0 | 4950 | Monday, November 2, 2015 | Approved | |
TortoiseGit 1.8.15.0 | 3647 | Wednesday, August 5, 2015 | Approved | |
TortoiseGit 1.8.14.1 | 3883 | Monday, May 4, 2015 | Approved | |
TortoiseGit 1.8.14.0 | 1004 | Tuesday, April 14, 2015 | Approved | |
TortoiseGit 1.8.13.0 | 2707 | Friday, February 20, 2015 | Approved | |
TortoiseGit 1.8.12.0 | 3281 | Wednesday, November 26, 2014 | Approved | |
TortoiseGit 1.8.11.0 | 3235 | Monday, September 1, 2014 | Approved | |
TortoiseGit 1.8.10.0 | 961 | Thursday, August 21, 2014 | Approved | |
TortoiseGit 1.8.9.0 | 2142 | Thursday, June 12, 2014 | Approved | |
TortoiseGit 1.8.8.0 | 1782 | Wednesday, April 2, 2014 | Approved | |
TortoiseGit 1.8.7.0 | 1701 | Monday, January 20, 2014 | Approved | |
TortoiseGit 1.8.6 | 1457 | Monday, October 28, 2013 | Approved | |
TortoiseGit 1.8.5 | 1193 | Tuesday, August 20, 2013 | Approved | |
TortoiseGit 1.8.4 | 955 | Tuesday, July 9, 2013 | Approved | |
TortoiseGit 1.8.3 | 1064 | Monday, May 6, 2013 | Approved | |
TortoiseGit 1.8.2 | 854 | Saturday, March 30, 2013 | Approved | |
TortoiseGit 1.8.1 | 956 | Tuesday, February 12, 2013 | Approved | |
TortoiseGit 1.8.0 | 750 | Friday, February 1, 2013 | Approved | |
TortoiseGit 1.7.14 | 797 | Saturday, October 27, 2012 | Approved | |
TortoiseGit 1.7.6.1 | 1050 | Sunday, January 22, 2012 | Approved | |
TortoiseGit 1.7.6.0 | 634 | 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.