Downloads:
1,166
Downloads of v 4.4.0:
1,166
Last Update:
22 Sep 2019
Package Maintainer(s):
Software Author(s):
- Jessica Lord
Tags:
git-it learn git github- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Git-it
- 1
- 2
- 3
4.4.0 | Updated: 22 Sep 2019
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,166
Downloads of v 4.4.0:
1,166
Maintainer(s):
Software Author(s):
- Jessica Lord
Git-it 4.4.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Jessica Lord. The inclusion of Jessica Lord trademark(s), if any, upon this webpage is solely to identify Jessica Lord 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 Git-it, run the following command from the command line or from PowerShell:
To upgrade Git-it, run the following command from the command line or from PowerShell:
To uninstall Git-it, 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 git-it --internalize --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 git-it -y --source="'INTERNAL REPO URL'" [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 git-it -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install git-it
win_chocolatey:
name: git-it
version: '4.4.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'git-it' do
action :install
source 'INTERNAL REPO URL'
version '4.4.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller git-it
{
Name = "git-it"
Version = "4.4.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'git-it':
ensure => '4.4.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 by moderator gep13 on 25 Sep 2019.
Git-it is a desktop (Mac, Windows and Linux) app that teaches you how to use Git and GitHub on the command line.
From: https://raw.githubusercontent.com/jlord/git-it-electron/master/LICENSE
LICENSE
Copyright (c) 2015, Jessica Lord
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Download:
x32: https://github.com/jlord/git-it-electron/releases/download/4.4.0/Git-it-Win-ia32.zip
x64: https://github.com/jlord/git-it-electron/releases/download/4.4.0/Git-it-Win-ia32.zip
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum type: sha256
checksum32: 9A787EF9EFE5F6F0F8E444DC4EDDDB0974FB15C36FB8E9DF0E9421E0318CE409
checksum64: 9A787EF9EFE5F6F0F8E444DC4EDDDB0974FB15C36FB8E9DF0E9421E0318CE409
File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/jlord/git-it-electron/master/LICENSE
$ErrorActionPreference = 'Stop'
# Remove start menu shortcut
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Git-it.lnk"
if (Test-Path $shortcutFilePath) { Remove-Item $shortcutFilePath }
md5: 04D6AB2417460175B6A77497A28063F1 | sha1: C840D609229EECCEF1BBE654D98CB9C90A7B72DB | sha256: 9A787EF9EFE5F6F0F8E444DC4EDDDB0974FB15C36FB8E9DF0E9421E0318CE409 | sha512: 990051A2560C7C52A775095399EC6559EB4D02FB9DF0BF683211F4265F770E647BCD93EF44F9CEEF5E019CDA6AC5F508EBEAB240D860C5E7E251688F0036BA6B
Log in or click on link to see number of positives.
- D3Dcompiler_47.dll (efbdbbcd0d95) - ## / 68
- edit.dll (0c39d2140b2f) - ## / 69
- edit_test.exe (22afccc5c690) - ## / 73
- edit_test_dll.exe (d1cbf49e39f8) - ## / 71
- i686-w64-mingw32-agrep.exe (33b08db5352d) - ## / 70
- libcharset-1.dll (6e5f0859d5fa) - ## / 71
- libffi-6.dll (b21e7ea9b342) - ## / 64
- libiconv-2.dll (bd13bab79752) - ## / 69
- libminizip-1.dll (cab152fca478) - ## / 70
- librtmp-1.dll (3054646a6fd0) - ## / 64
- libsystre-0.dll (ddfdc4cd3bce) - ## / 71
- libtre-5.dll (ca70e09d0e89) - ## / 69
- zlib1.dll (72f30ba8428d) - ## / 71
- awk.exe (135761e53c56) - ## / 65
- bunzip2.exe (bd768696efd2) - ## / 70
- bzip2recover.exe (930f4906ae31) - ## / 70
- cmp.exe (d942ca97cc7a) - ## / 71
- dash.exe (f6376c17793d) - ## / 72
- diff.exe (30bb5f100a42) - ## / 71
- diff3.exe (8f6af1da3745) - ## / 71
- gawk-4.1.3.exe (9881a32f1991) - ## / 60
- gdbmtool.exe (ad72129faf7c) - ## / 72
- gdbm_dump.exe (b09ed67bbff4) - ## / 72
- gdbm_load.exe (896016c04815) - ## / 72
- iconv.exe (116c0858939a) - ## / 72
- mintty.exe (d16422ea1848) - ## / 68
- patch.exe (8349f97d523a) - ## / 71
- sdiff.exe (c0c542cefb1a) - ## / 70
- sed.exe (750a6143f58d) - ## / 69
- tar.exe (5e33f14e2f3f) - ## / 60
- which.exe (fca2d449b35d) - ## / 73
- grcat.exe (1ef60e6bf7ec) - ## / 62
- pwcat.exe (a0dad90561f5) - ## / 62
- rmt.exe (b5dfc24e5e91) - ## / 59
- bunzip2.exe (eefc27cd0d9c) - ## / 62
- bzip2recover.exe (bcd8e5e85bd6) - ## / 60
- create-shortcut.exe (f6e02c3b7cbe) - ## / 56
- envsubst.exe (c99ec01e6bf8) - ## / 57
- gettext.exe (f8a0fb8477f2) - ## / 57
- libatomic-1.dll (f944d6cb674a) - ## / 66
- libbz2-1.dll (c71960c422b3) - ## / 65
- libcares-2.dll (3b19d05add59) - ## / 67
- libeay32.dll (49b86eb93d79) - ## / 66
- libexpat-1.dll (c7fac4116b87) - ## / 65
- libgcc_s_dw2-1.dll (623f376a7818) - ## / 71
- libgmp-10.dll (6a587c8a8211) - ## / 67
- libgmpxx-4.dll (ae27ff1df799) - ## / 60
- libgomp-1.dll (c76673f3e328) - ## / 66
- libgomp-plugin-host_nonshm-1.dll (d9f1efefa2ec) - ## / 66
- libhogweed-4-1.dll (145d4a6feddd) - ## / 65
- libintl-8.dll (471f99b3d1cf) - ## / 66
- libnettle-6-1.dll (b37c99542287) - ## / 71
- libp11-kit-0.dll (a057f98d4cb0) - ## / 63
- libpcre-1.dll (c2769c297b4e) - ## / 61
- libssh2-1.dll (c09dedb0cc89) - ## / 67
- libssp-0.dll (88698510d5ca) - ## / 67
- libtasn1-6.dll (36468cd9af84) - ## / 55
- libvtv-0.dll (961f99ba592a) - ## / 60
- libvtv_stubs-0.dll (4225a4330b0c) - ## / 67
- libwinpthread-1.dll (7a06c29c0fea) - ## / 66
- openssl.exe (a4a7db313338) - ## / 64
- p11-kit.exe (393c2dcf822e) - ## / 60
- pkcs1-conv.exe (528f1d89d721) - ## / 68
- recode-sr-latin.exe (61c11982f359) - ## / 57
- sexp-conv.exe (d806106c7a21) - ## / 61
- ssleay32.dll (50de5a0081b0) - ## / 62
- tcl86.dll (571016535f18) - ## / 62
- tclsh.exe (691b1efcb16e) - ## / 61
- tk86.dll (b437f51d7434) - ## / 60
- trust.exe (86494fd73c21) - ## / 61
- wish.exe (cb8439ece723) - ## / 62
- xmlwf.exe (eaeb9e0efa8a) - ## / 61
- tcldde14.dll (459c0a3f4a6a) - ## / 67
- 4758ccaeay32.dll (a498da3b4de2) - ## / 62
- aepeay32.dll (1621dd1a5acd) - ## / 67
- atallaeay32.dll (11b8b50b41a0) - ## / 63
- capieay32.dll (bd3466f6ca4c) - ## / 67
- chileay32.dll (6b2d50f67ea7) - ## / 67
- cswifteay32.dll (50b6fbde5f72) - ## / 67
- gmpeay32.dll (11f5646ead41) - ## / 63
- gosteay32.dll (e24f531378fb) - ## / 68
- nuroneay32.dll (98e3184f7ea2) - ## / 68
- padlockeay32.dll (03811fdfb297) - ## / 62
- surewareeay32.dll (7eae1aac202b) - ## / 70
- ubseceay32.dll (6d10ab286e20) - ## / 67
- itcl403.dll (5388423fcf2f) - ## / 60
- p11-kit-remote.exe (edded64c61dc) - ## / 60
- p11-kit-trust.dll (af69831930f1) - ## / 59
- tclreg13.dll (ffd0fee852b2) - ## / 62
- sqlite3883.dll (2a90821f6e42) - ## / 66
- thread272.dll (2d942b4472b6) - ## / 61
- git-credential-wincred.exe (a52662cff46a) - ## / 57
- captoinfo.exe (7345a91a0c45) - ## / 61
- clear.exe (5f90c439e04f) - ## / 61
- cygcheck.exe (ef512931a68a) - ## / 57
- cygpath.exe (ab7a767c8339) - ## / 56
- cygwin-console-helper.exe (ba3c94aa8bf7) - ## / 57
- ex.exe (346c67b66338) - ## / 65
- file.exe (b9cc184a865d) - ## / 60
- find.exe (4ebc99ad3f3d) - ## / 66
- getconf.exe (ba9fbef484fa) - ## / 57
- getfacl.exe (a7eb9a7dcaad) - ## / 57
- gpg.exe (9d06e7edb8e8) - ## / 64
- gpgsplit.exe (04758415c79b) - ## / 62
- gpgv.exe (5b5a05f35e5e) - ## / 60
- grep.exe (25ea70ab9237) - ## / 65
- gzip.exe (fe28b5d9a012) - ## / 63
- infocmp.exe (79e210cc46c7) - ## / 60
- kill.exe (acff767b0478) - ## / 56
- ldd.exe (a4a489916e9a) - ## / 57
- ldh.exe (7d8cb090307d) - ## / 57
- less.exe (0d4a93622f31) - ## / 57
- lessecho.exe (5f43b6e4b63e) - ## / 57
- lesskey.exe (38a12a4e860d) - ## / 57
- locale.exe (2eb718e6cb2d) - ## / 67
- locate.exe (1af8edf9ebd3) - ## / 67
- minidumper.exe (e541802b88ac) - ## / 56
- mkgroup.exe (5dad457d256c) - ## / 57
- mkpasswd.exe (71d590346b81) - ## / 57
- mount.exe (503a06a28c70) - ## / 56
- msys-2.0.dll (aa852a03a2da) - ## / 55
- oldfind.exe (e24999b18696) - ## / 64
- openssl.exe (3e3decfbd3b2) - ## / 60
- p11-kit.exe (cf6da17d33b3) - ## / 62
- passwd.exe (9277d4512d6a) - ## / 56
- perl.exe (3224499b56df) - ## / 68
- pldd.exe (4873a06b05d3) - ## / 57
- pluginviewer.exe (652b444ac25d) - ## / 68
- ps.exe (0b2060bc9874) - ## / 57
- rebase.exe (79cb5d0137d0) - ## / 62
- regtool.exe (9006b307d2dd) - ## / 57
- reset.exe (7abe606a7986) - ## / 61
- rview.exe (2d93a360467a) - ## / 55
- sasldblistusers2.exe (8ebe393857bc) - ## / 62
- saslpasswd2.exe (69462ab6afe9) - ## / 62
- setfacl.exe (8c1054d7e400) - ## / 57
- setmetamode.exe (037d6f04c6b8) - ## / 57
- ssp.exe (021014154a9a) - ## / 57
- strace.exe (d4df299c5d07) - ## / 57
- tabs.exe (c87e1a1c8bba) - ## / 61
- toe.exe (bfec53c1e4dd) - ## / 59
- tput.exe (827f8354df82) - ## / 62
- trust.exe (e300d78f569a) - ## / 62
- tzset.exe (0623f1ef55bb) - ## / 56
- umount.exe (aac68b0f02ed) - ## / 57
- winpty-agent.exe (468c15d01879) - ## / 57
- winpty.exe (ec22ebb1b6d0) - ## / 57
- xargs.exe (d7e75c9bb650) - ## / 62
- xmlwf.exe (fee3a0bd1ff5) - ## / 59
- xxd.exe (28f1abad75fa) - ## / 57
- gpgkeys_curl.exe (7bac20e01f4f) - ## / 61
- gpgkeys_finger.exe (4d8651fec69a) - ## / 67
- gpgkeys_hkp.exe (700a5cb8c3ab) - ## / 67
- p11-kit-remote.exe (29a8b0d9f7fa) - ## / 58
- Parser.dll (4b13f8cb4368) - ## / 56
- SSLeay.dll (326e808c1631) - ## / 56
- _Client.dll (bb13c8562045) - ## / 57
- _Core.dll (2840701c1298) - ## / 57
- _Delta.dll (0cb57b1555c6) - ## / 58
- _Fs.dll (4c06acaad22c) - ## / 56
- _Ra.dll (8e52ad5747e2) - ## / 57
- _Repos.dll (8bea40bacaa7) - ## / 56
- _Wc.dll (c37de4a244ea) - ## / 56
- ReadKey.dll (3ba341a2c9be) - ## / 62
- msys-anonymous-3.dll (dc3d07038638) - ## / 67
- msys-crammd5-3.dll (ae23d9f02e98) - ## / 67
- msys-digestmd5-3.dll (93a7e68675ea) - ## / 67
- msys-gs2-3.dll (a9691b833d44) - ## / 67
- msys-gssapiv2-3.dll (50910b280ddb) - ## / 67
- msys-otp-3.dll (f7377475e8b2) - ## / 67
- msys-plain-3.dll (0cde92db4e39) - ## / 67
- msys-sasldb-3.dll (0c8602921469) - ## / 66
- msys-scram-3.dll (eb6097fdb78e) - ## / 67
- msys-sql-3.dll (311765e581ac) - ## / 67
- bigram.exe (45924cf06af1) - ## / 60
- code.exe (3f0ac71aba59) - ## / 61
- frcode.exe (fec8d7cd5253) - ## / 62
- certtool.exe (5a505e6be621) - ## / 67
- connect.exe (aa3794bd6fa5) - ## / 62
- curl.exe (91ed59f96ce8) - ## / 57
- libcurl-4.dll (f1f11145b2b1) - ## / 66
- libgnutls-30.dll (f4b972254172) - ## / 67
- libidn-11.dll (0b44ff4c5b7c) - ## / 65
- p11tool.exe (32aca8b5ea2e) - ## / 68
- psktool.exe (11ebc17feb5a) - ## / 67
- srptool.exe (c3e9e6b5b358) - ## / 68
- arch.exe (fd9f59d1c0fe) - ## / 60
- base64.exe (8e044f1921b8) - ## / 66
- basename.exe (ff022f3fee5c) - ## / 62
- bash.exe (b66f2864dd67) - ## / 68
- cat.exe (dc6676c7eab6) - ## / 67
- chcon.exe (2cc105f8ca1d) - ## / 62
- chgrp.exe (230bf32f5c88) - ## / 66
- chmod.exe (0df001ab4d46) - ## / 60
- chown.exe (5adedef7a18f) - ## / 60
- chroot.exe (28a0fd506211) - ## / 64
- cksum.exe (d55c5e8a45fa) - ## / 72
- comm.exe (02c74daa0856) - ## / 61
- cp.exe (d7ea1f796d96) - ## / 72
- csplit.exe (4c45f3fd83b5) - ## / 61
- cut.exe (f34b39f0c438) - ## / 62
- d2u.exe (5dc52a716594) - ## / 56
- date.exe (4d0bda1d133b) - ## / 62
- dd.exe (01c415f30178) - ## / 61
- df.exe (6556569a0777) - ## / 62
- dir.exe (47ef1a883978) - ## / 60
- dircolors.exe (cebb3c84ed88) - ## / 68
- dirname.exe (f9e2f4e27577) - ## / 62
- du.exe (7ad03ac247e6) - ## / 68
- echo.exe (6e20068d9afa) - ## / 61
- env.exe (71b4ea93bce5) - ## / 61
- expand.exe (2a29d1557a65) - ## / 61
- expr.exe (c2c2410a3efb) - ## / 62
- factor.exe (5d1dbd935aa3) - ## / 61
- false.exe (f3ed16f1994c) - ## / 62
- fmt.exe (2d5647796da7) - ## / 61
- fold.exe (c01cd23b20b5) - ## / 62
- gkill.exe (f628fe15b560) - ## / 61
- groups.exe (a93d0b8e3f8c) - ## / 70
- head.exe (2577d9218c4c) - ## / 62
- hostid.exe (bf0eea61dea6) - ## / 61
- hostname.exe (48b9e42d6bdc) - ## / 65
- id.exe (8966bb2a5d4b) - ## / 67
- install.exe (8688fe122e42) - ## / 62
- join.exe (e47edc49264e) - ## / 60
- link.exe (de0d9f2b6fe9) - ## / 61
- ln.exe (c3f1b070c25b) - ## / 68
- logname.exe (14c56b734073) - ## / 72
- ls.exe (60e146010435) - ## / 72
- md5sum.exe (4cb18ccf4cf1) - ## / 61
- mkdir.exe (be89d833d331) - ## / 71
- mkfifo.exe (29b9995444fb) - ## / 60
- mknod.exe (cdb2922d07be) - ## / 61
- mktemp.exe (727d1649c00c) - ## / 68
- mv.exe (3eea25402c45) - ## / 72
- nice.exe (ff778d08f0f6) - ## / 62
- nl.exe (682ced998ca9) - ## / 61
- nohup.exe (013e98753be4) - ## / 73
- nproc.exe (b23d1700a3ca) - ## / 62
- numfmt.exe (2597c79a2656) - ## / 62
- od.exe (0ca7db4ef4a9) - ## / 61
- paste.exe (8e98a6d660b5) - ## / 62
- pathchk.exe (f48b2817d6ed) - ## / 61
- pinky.exe (28edb38e3841) - ## / 65
- pr.exe (be6f503fd275) - ## / 27
- printenv.exe (daa0095b2fde) - ## / 62
- printf.exe (d468dc9c99e4) - ## / 70
- ptx.exe (59bf90459e38) - ## / 62
- pwd.exe (ea4af0dc87aa) - ## / 62
- readlink.exe (f89633a16053) - ## / 60
- realpath.exe (e16e64d95cc3) - ## / 69
- rm.exe (8cde80c5268e) - ## / 61
- rmdir.exe (1dab40faa4da) - ## / 61
- runcon.exe (342659863794) - ## / 61
- scp.exe (08d5d3790af3) - ## / 61
- seq.exe (e3f7bb2796f3) - ## / 60
- sftp.exe (1f02f4720893) - ## / 61
- sha1sum.exe (cda02e817953) - ## / 61
- sha224sum.exe (b4282969c20c) - ## / 67
- sha256sum.exe (aeae5848a1e2) - ## / 61
- sha384sum.exe (44e4a8b32ba3) - ## / 61
- sha512sum.exe (f381b22e4015) - ## / 62
- shred.exe (fc30d6f0b941) - ## / 60
- shuf.exe (b40f21676f24) - ## / 61
- sleep.exe (a2b2365410c9) - ## / 61
- slogin.exe (62b3c78c4574) - ## / 67
- sort.exe (aed75efdf806) - ## / 67
- split.exe (513c554a85d2) - ## / 68
- ssh-add.exe (8362991f3645) - ## / 60
- ssh-agent.exe (49a2a07c5e7a) - ## / 61
- ssh-keygen.exe (c849e44726cd) - ## / 60
- ssh-keyscan.exe (7353f3859d22) - ## / 68
- sshd.exe (4e35ebe3cc62) - ## / 62
- stat.exe (81ad9d699ff1) - ## / 61
- stdbuf.exe (3dd549cb4d5e) - ## / 69
- stty.exe (5865301d4561) - ## / 61
- sum.exe (3a9190eb38fb) - ## / 61
- sync.exe (66435c151541) - ## / 62
- tac.exe (8ceb3e3344ff) - ## / 60
- tail.exe (df89c9237080) - ## / 60
- tee.exe (96857df1a787) - ## / 60
- test.exe (118b3b078e54) - ## / 61
- timeout.exe (11b5dc9b095c) - ## / 62
- touch.exe (6545be604148) - ## / 62
- tr.exe (bf937814f028) - ## / 62
- true.exe (37e64b2a6d92) - ## / 59
- truncate.exe (5eb3ffa170b3) - ## / 62
- tsort.exe (40d1046a9bd9) - ## / 68
- tty.exe (e7a20450a441) - ## / 62
- u2d.exe (32829c137db2) - ## / 57
- uname.exe (dd630cf95ce5) - ## / 62
- unexpand.exe (b6104066ddfe) - ## / 67
- uniq.exe (a0b2872d4100) - ## / 64
- unlink.exe (03528fd41428) - ## / 68
- users.exe (03926a48fd39) - ## / 62
- vdir.exe (8b0bc056bb76) - ## / 68
- wc.exe (6bd318f7e92d) - ## / 61
- who.exe (b8e543be9017) - ## / 62
- whoami.exe (1567f1fb88f0) - ## / 68
- yes.exe (87e1e921d31b) - ## / 61
- [.exe (6335f0688405) - ## / 69
- libstdbuf.so.exe (ccdcda114c4c) - ## / 62
- sftp-server.exe (2d4d6655d884) - ## / 67
- ssh-keysign.exe (921d75cc03f3) - ## / 62
- ssh-pkcs11-helper.exe (813ba06783ee) - ## / 68
- msvcp140.dll (9c1dc36d3193) - ## / 66
- vcruntime140.dll (6823b98c3e92) - ## / 68
- api-ms-win-core-console-l1-1-0.dll (94a5df122781) - ## / 70
- api-ms-win-core-datetime-l1-1-0.dll (90fae0e7c364) - ## / 71
- api-ms-win-core-debug-l1-1-0.dll (c310cc91464c) - ## / 72
- api-ms-win-core-errorhandling-l1-1-0.dll (a97dcca76cdb) - ## / 69
- api-ms-win-core-file-l1-1-0.dll (7ea06b7050f9) - ## / 72
- api-ms-win-core-file-l1-2-0.dll (c8c499b012d0) - ## / 70
- api-ms-win-core-file-l2-1-0.dll (c85dc081b196) - ## / 70
- api-ms-win-core-handle-l1-1-0.dll (945cc64ee04b) - ## / 71
- api-ms-win-core-heap-l1-1-0.dll (44f6df4280c8) - ## / 70
- api-ms-win-core-interlocked-l1-1-0.dll (deccd75fc3fc) - ## / 72
- api-ms-win-core-libraryloader-l1-1-0.dll (bb25ccf8694d) - ## / 71
- api-ms-win-core-localization-l1-2-0.dll (03ad57c24ff2) - ## / 71
- api-ms-win-core-memory-l1-1-0.dll (bb33a9e906a5) - ## / 72
- api-ms-win-core-namedpipe-l1-1-0.dll (c4f60f911068) - ## / 70
- api-ms-win-core-processenvironment-l1-1-0.dll (96898930ffb3) - ## / 72
- api-ms-win-core-processthreads-l1-1-0.dll (9dab884071b1) - ## / 72
- api-ms-win-core-processthreads-l1-1-1.dll (91eeb8429734) - ## / 69
- api-ms-win-core-profile-l1-1-0.dll (8eb5270fa990) - ## / 71
- api-ms-win-core-rtlsupport-l1-1-0.dll (2257fea1e71f) - ## / 71
- api-ms-win-core-string-l1-1-0.dll (7670fdede524) - ## / 72
- api-ms-win-core-synch-l1-1-0.dll (5dd4ccd63e6e) - ## / 70
- api-ms-win-core-synch-l1-2-0.dll (30d99ce1d732) - ## / 72
- api-ms-win-core-sysinfo-l1-1-0.dll (4b704b36e167) - ## / 70
- api-ms-win-core-timezone-l1-1-0.dll (24c9aa0b70e5) - ## / 70
- api-ms-win-core-util-l1-1-0.dll (f7d450a0f591) - ## / 71
- api-ms-win-crt-conio-l1-1-0.dll (9ca21763c528) - ## / 72
- api-ms-win-crt-convert-l1-1-0.dll (3cc1377d4952) - ## / 72
- api-ms-win-crt-environment-l1-1-0.dll (c0d75d1887c3) - ## / 69
- api-ms-win-crt-filesystem-l1-1-0.dll (7633774effe7) - ## / 71
- api-ms-win-crt-heap-l1-1-0.dll (f5cf623ba14b) - ## / 69
- api-ms-win-crt-locale-l1-1-0.dll (565a2eec5449) - ## / 71
- api-ms-win-crt-math-l1-1-0.dll (bece7bab83a5) - ## / 72
- api-ms-win-crt-multibyte-l1-1-0.dll (66abf3a11477) - ## / 71
- api-ms-win-crt-private-l1-1-0.dll (65ded8d2ce15) - ## / 72
- api-ms-win-crt-process-l1-1-0.dll (c03124ba691b) - ## / 71
- api-ms-win-crt-runtime-l1-1-0.dll (c9bbc07a033b) - ## / 71
- api-ms-win-crt-stdio-l1-1-0.dll (b1e702b840ae) - ## / 72
- api-ms-win-crt-string-l1-1-0.dll (73cc56f20268) - ## / 71
- api-ms-win-crt-time-l1-1-0.dll (69885fd58164) - ## / 71
- api-ms-win-crt-utility-l1-1-0.dll (a1d1d6b0cb0a) - ## / 72
- ucrtbase.dll (0bb8c77de80a) - ## / 72
- git-it.4.4.0.nupkg (9705a10af31e) - ## / 50
- Git-it-Win-ia32.zip (9a787ef9efe5) - ## / 56
- ffmpeg.dll (79efa1617311) - ## / 67
- Git-it.exe (54e1d4821483) - ## / 67
- libEGL.dll (bfd12c420670) - ## / 66
- libGLESv2.dll (5044d9c466f6) - ## / 67
- node.dll (f0cc0f719b54) - ## / 66
- git-bash.exe (f0dfa15951b1) - ## / 64
- git-cmd.exe (1cb781b4fc93) - ## / 57
- bash.exe (30c11eabda70) - ## / 57
- git.exe (02b150a5b34b) - ## / 59
- git-gui.exe (1fa83011fbd7) - ## / 62
- git-receive-pack.exe (1228a245b4e1) - ## / 56
- git-upload-pack.exe (883a4fabf2e7) - ## / 57
- git.exe (2e301e186c81) - ## / 67
- msys-apr-1-0.dll (46b5bb4b3e78) - ## / 68
- msys-aprutil-1-0.dll (77fa3e58e0fb) - ## / 65
- msys-asn1-8.dll (c7f484df28d7) - ## / 55
- msys-atomic-1.dll (8f1623b271ec) - ## / 56
- msys-blkid-1.dll (c7d84f784d24) - ## / 67
- msys-bz2-1.dll (d4f2dc4765c1) - ## / 67
- msys-charset-1.dll (b9faeb92d2d6) - ## / 56
- msys-com_err-1.dll (a480f96a0fa3) - ## / 56
- msys-crypt-0.dll (23076f668795) - ## / 68
- msys-crypto-1.0.0.dll (92d16eaa4437) - ## / 56
- msys-curl-4.dll (2ccabf79c3b9) - ## / 66
- msys-edit-0.dll (8c717b8a33b7) - ## / 68
- msys-expat-1.dll (5ca75f0ba5af) - ## / 55
- msys-fdisk-1.dll (67dfa8ba09ea) - ## / 67
- msys-ffi-6.dll (8d22c51f5bbe) - ## / 66
- msys-formw6.dll (418e2d49ea71) - ## / 55
- msys-gcc_s-1.dll (05fe7ca19d5c) - ## / 67
- msys-gdbm-4.dll (62cb8668ed03) - ## / 67
- msys-gdbm_compat-4.dll (0e1ee748bf75) - ## / 56
- msys-gmp-10.dll (af891b3b0aab) - ## / 56
- msys-gmpxx-4.dll (bd0b0656ee0a) - ## / 68
- msys-gomp-1.dll (a541f6f33b9b) - ## / 67
- msys-gssapi-3.dll (d224b5d6ad1e) - ## / 67
- msys-hdb-9.dll (4cce2e87950f) - ## / 56
- msys-heimbase-1.dll (f8b0bbb3c3c4) - ## / 55
- msys-heimntlm-0.dll (422b56ed1c67) - ## / 56
- msys-history6.dll (92b9e4641496) - ## / 56
- msys-hx509-5.dll (9a018ef632be) - ## / 56
- msys-iconv-2.dll (9f6f6bbb7284) - ## / 56
- msys-idn-11.dll (07edf8b145ad) - ## / 57
- msys-intl-8.dll (b9964f166972) - ## / 56
- msys-kadm5clnt-7.dll (8cdefe18c145) - ## / 56
- msys-kadm5srv-8.dll (d037f79844d5) - ## / 54
- msys-kafs-0.dll (87a1b255d975) - ## / 56
- msys-kdc-2.dll (cebedb35f72b) - ## / 56
- msys-krb5-26.dll (b699f2d4ec22) - ## / 66
- msys-magic-1.dll (17c62f023845) - ## / 56
- msys-menuw6.dll (72daccae0734) - ## / 56
- msys-metalink-3.dll (e742606f23c8) - ## / 67
- msys-mpfr-4.dll (c8b24adcf615) - ## / 68
- msys-ncurses++w6.dll (b15ff7fb29dd) - ## / 56
- msys-ncursesw6.dll (0846c4faba83) - ## / 56
- msys-otp-0.dll (639e6eac8ddb) - ## / 56
- msys-p11-kit-0.dll (7db1d62489b7) - ## / 67
- msys-panelw6.dll (3a12ec435904) - ## / 56
- msys-pcre-1.dll (15cfe6380e11) - ## / 55
- msys-perl5_22.dll (3e390e198092) - ## / 56
- msys-readline6.dll (8f9d74a9ed3b) - ## / 67
- msys-roken-18.dll (9a9ab0ce13ec) - ## / 56
- msys-sasl2-3.dll (63facd29ca35) - ## / 56
- msys-serf-1-0.dll (3226413c912a) - ## / 56
- msys-sl-0.dll (1f73cc783ad3) - ## / 56
- msys-smartcols-1.dll (c78f4d5f8b0f) - ## / 67
- msys-sqlite3-0.dll (69816441f2db) - ## / 67
- msys-sqlite3amatch-0.dll (bcda01f2b450) - ## / 66
- msys-sqlite3closure-0.dll (2f12b04dbaeb) - ## / 56
- msys-sqlite3compress-0.dll (fce990778511) - ## / 55
- msys-sqlite3eval-0.dll (5cfe30f0214f) - ## / 67
- msys-sqlite3fileio-0.dll (01425e95f5ed) - ## / 56
- msys-sqlite3fuzzer-0.dll (b4ca4f0b48b5) - ## / 55
- msys-sqlite3icu-0.dll (4c020f81c7c9) - ## / 67
- msys-sqlite3ieee754-0.dll (dd7435d077bc) - ## / 67
- msys-sqlite3nextchar-0.dll (61dd24fdb3e0) - ## / 56
- msys-sqlite3percentile-0.dll (dd1934eef194) - ## / 56
- msys-sqlite3regexp-0.dll (352945052a0f) - ## / 56
- msys-sqlite3rot13-0.dll (654d956229eb) - ## / 67
- msys-sqlite3spellfix-0.dll (31731ff490a1) - ## / 68
- msys-sqlite3totype-0.dll (a08773e366e8) - ## / 56
- msys-sqlite3vfslog-0.dll (0a7e42fdd505) - ## / 56
- msys-sqlite3vtshim-0.dll (e2a48625605f) - ## / 56
- msys-sqlite3wholenumber-0.dll (e7a3dddfb827) - ## / 62
- msys-sqlite3zlib-0.dll (0d43ae749446) - ## / 67
- msys-ssh2-1.dll (99d91c34d2b3) - ## / 67
- msys-ssl-1.0.0.dll (db7c43a8118a) - ## / 55
- msys-ssp-0.dll (a4057f476c01) - ## / 56
- msys-svn_client-1-0.dll (e25ff32b2cfc) - ## / 66
- msys-svn_delta-1-0.dll (d8950dcbf989) - ## / 56
- msys-svn_diff-1-0.dll (b5cffcebdf0f) - ## / 67
- msys-svn_fs-1-0.dll (b59be3275404) - ## / 67
- msys-svn_fs_fs-1-0.dll (533ffca0f2a6) - ## / 67
- msys-svn_fs_util-1-0.dll (6aa4587b46c4) - ## / 64
- msys-svn_ra-1-0.dll (a8d4ac61812a) - ## / 56
- msys-svn_ra_local-1-0.dll (76ed1cb41e0c) - ## / 67
- msys-svn_ra_serf-1-0.dll (f9457977ea3b) - ## / 66
- msys-svn_ra_svn-1-0.dll (c7af4b98d710) - ## / 56
- msys-svn_repos-1-0.dll (aeaa3a77b75b) - ## / 56
- msys-svn_subr-1-0.dll (b43d6f86a41a) - ## / 56
- msys-svn_swig_perl-1-0.dll (10276a4867ba) - ## / 56
- msys-svn_swig_py-1-0.dll (580adb251ac6) - ## / 64
- msys-svn_swig_ruby-1-0.dll (f3f3c8f5452c) - ## / 56
- msys-svn_wc-1-0.dll (c00d4b6c972c) - ## / 56
- msys-tasn1-6.dll (248f494c89ef) - ## / 56
- msys-ticw6.dll (8e0b5337262e) - ## / 67
- msys-uuid-1.dll (9c225aba82c4) - ## / 56
- msys-wind-0.dll (77b13e7b4341) - ## / 67
- msys-z.dll (c60a4612d5e8) - ## / 56
- winpty.dll (ba14cbc18d46) - ## / 56
- git-credential-store.exe (58960967a87e) - ## / 67
- git-daemon.exe (59410fce9fdf) - ## / 57
- git-fast-import.exe (48b5990a7305) - ## / 68
- git-http-backend.exe (8f39dac72588) - ## / 68
- git-http-fetch.exe (ce776e4dc3f7) - ## / 68
- git-http-push.exe (53099eebbecb) - ## / 68
- git-imap-send.exe (8c1c87482cb5) - ## / 67
- git-remote-ftp.exe (ea8fcc2cf6ef) - ## / 56
- git-sh-i18n--envsubst.exe (75772d8bd158) - ## / 68
- git-show-index.exe (ca2e423d83e5) - ## / 68
- filefuncs.dll (615b5ecc6289) - ## / 55
- fnmatch.dll (c10120509c83) - ## / 67
- fork.dll (40fe32d80774) - ## / 68
- inplace.dll (3904700cb961) - ## / 56
- ordchr.dll (9ef1889614f3) - ## / 56
- readdir.dll (051049784a4c) - ## / 56
- readfile.dll (2eeeb2cc1534) - ## / 67
- revoutput.dll (18af1321a6b8) - ## / 56
- revtwoway.dll (30b240a88783) - ## / 56
- rwarray.dll (b21bbb0d83f2) - ## / 56
- testext.dll (7c570b3368e4) - ## / 55
- time.dll (20465495d200) - ## / 54
- msys-perl5_22.dll (f829a0529552) - ## / 56
- arybase.dll (be4bd231c67a) - ## / 67
- attributes.dll (8bb0e4c840b3) - ## / 56
- B.dll (99dd4e6da679) - ## / 68
- Cwd.dll (ad05cbd51bdb) - ## / 56
- DB_File.dll (db136c6abf77) - ## / 65
- Encode.dll (2c001bcafaf0) - ## / 56
- Fcntl.dll (3a341b62579a) - ## / 66
- GDBM_File.dll (b7375e2bb30e) - ## / 67
- IO.dll (806c56cd2e28) - ## / 66
- mro.dll (694f1b0bf47a) - ## / 56
- NDBM_File.dll (4a59fd53dde9) - ## / 56
- ODBM_File.dll (c92c73327901) - ## / 68
- Opcode.dll (179ea42e6a29) - ## / 66
- POSIX.dll (9b1f09cd09b2) - ## / 67
- re.dll (5b5eee9eeb98) - ## / 56
- SDBM_File.dll (c0d5c30cede5) - ## / 56
- Socket.dll (782ca0b82cd3) - ## / 55
- Storable.dll (f48cce66bc2a) - ## / 56
- threads.dll (c4f8592c5969) - ## / 56
- Win32.dll (8c5651d992a5) - ## / 55
- Dumper.dll (626621292775) - ## / 67
- Peek.dll (59d219123711) - ## / 56
- PPPort.dll (56f4eecdddea) - ## / 56
- MD5.dll (541af86defe7) - ## / 56
- SHA.dll (04d0d53d0581) - ## / 68
- Byte.dll (751847e69acb) - ## / 57
- CN.dll (c1a5b9935616) - ## / 56
- EBCDIC.dll (6180f45e3f4d) - ## / 67
- JP.dll (0e7c34bcbd04) - ## / 67
- KR.dll (259f3928f935) - ## / 66
- Symbol.dll (e81be43d1222) - ## / 56
- TW.dll (080379c69155) - ## / 56
- Unicode.dll (607cd9a2706a) - ## / 68
- DosGlob.dll (f4136dd904aa) - ## / 56
- Glob.dll (c1c89e2abd19) - ## / 56
- Util.dll (a1674b8a9399) - ## / 56
- Langinfo.dll (71cd6b0467d5) - ## / 56
- SysV.dll (b0abd9ea4ec0) - ## / 56
- Util.dll (006c8cbe4601) - ## / 56
- Base64.dll (94a042e86d62) - ## / 67
- encoding.dll (7ff54fc4e5c5) - ## / 67
- mmap.dll (f3b6638cb049) - ## / 66
- scalar.dll (f020dab66b63) - ## / 56
- via.dll (6bc2cc5531c2) - ## / 68
- Hostname.dll (7017079c674a) - ## / 56
- Syslog.dll (eac5e824f0cd) - ## / 56
- shared.dll (e207da821776) - ## / 55
- HiRes.dll (3db9922cc254) - ## / 56
- Piece.dll (599b1f26a3a3) - ## / 56
- Collate.dll (e40d52722f96) - ## / 55
- File.dll (59a803dc021f) - ## / 68
- Bzip2.dll (f47e8489d1d1) - ## / 67
- Zlib.dll (2024a333d7c1) - ## / 56
- Call.dll (49133455c502) - ## / 56
- FieldHash.dll (ae8e0e540249) - ## / 56
- FastCalc.dll (f62aa6297bf9) - ## / 56
- NamedCapture.dll (a4c1c505bd3b) - ## / 66
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.
This package has no dependencies.
Ground Rules:
- This discussion is only about Git-it and the Git-it 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 Git-it, 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.