FG
💻 Software

Adding Git Bash Here (right click) option with silent install

Fresh7 days ago
Mar 15, 20262910 views
Confidence Score0%
0%

Problem

I want to install git silently. But this machine will be developer machine. So I need to have right-click "git bash here" option. I do that "git.exe /VERYSILENT" but it loads git as default. What is the command line for git with git bash here (right-click)option ?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Adding Git Bash Here (right click) option with silent install

Low Risk

You could use these options I was able to piece together the options from looking at the code here: https://github.com/msysgit/msysgit/blob/master/share/WinGit/install.iss Also, the commands for inno setup can be found at: http://www.jrsoftware.org/…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment