Skip to content

Instantly share code, notes, and snippets.

@yrstruly
Created April 5, 2012 05:51
Show Gist options
  • Save yrstruly/2308312 to your computer and use it in GitHub Desktop.
Save yrstruly/2308312 to your computer and use it in GitHub Desktop.
Check for Git.
if git --version 2>&1 >/dev/null ; then
# do stuff
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment