Skip to content

Instantly share code, notes, and snippets.

@okumura
Last active December 26, 2015 14:39
Show Gist options
  • Save okumura/7167731 to your computer and use it in GitHub Desktop.
Save okumura/7167731 to your computer and use it in GitHub Desktop.
Setup Git for Windows.
rem git
wget --no-check-certificate https://msysgit.googlecode.com/files/Git-1.9.0-preview20140217.exe -O git-setup.exe
start /wait git-setup.exe /verysilent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment