Skip to content

Instantly share code, notes, and snippets.

@sinsoku
Created April 18, 2012 18:42
Show Gist options
  • Select an option

  • Save sinsoku/2415703 to your computer and use it in GitHub Desktop.

Select an option

Save sinsoku/2415703 to your computer and use it in GitHub Desktop.
git wrapper for msysgit v1.7.10
#!/bin/sh
cmd="git"
tmp_file="$TEMP/gitcmd.sh"
nkf -w << EOF > $tmp_file
#!/bin/sh
$cmd $*
EOF
chmod +x $tmp_file
sh $tmp_file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment