Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

Git for Windows

Now that Git for windows has finally left the 'preview' tag in the verison numbers it would be really nice to have it in the PDQ package library ready to push out to our users.

It is now available from https://git-scm.com/download/win

The silent install flags I currently use are:

/VERYSILENT /NORESTART /SP- /NOCANCEL

 

 

3

Comments

3 comments
Date Votes
  • Urs Rau,

    This does install the git program. Three items are in Start > programs > git (Bash, CMD, GUI). However, it doesn't enable running the git command from a regular Windows command prompt, which you should be able to do. Any ideas on how to make that part work with a silent installation?

    Thanks,

    Ben

    0
  • Could you not use eg /saveinf="conf.ini" to get settings desired, then use /loadinf="conf.ini" for your deployment?

    0
  • Hi, I know this is an old post but has PDQ figured out how to get Git from running Git from a regular command prompt as per Ben's reply?

    0