Skip to content

Instantly share code, notes, and snippets.

@hernad
Created December 2, 2008 14:03
Show Gist options
  • Save hernad/31119 to your computer and use it in GitHub Desktop.
Save hernad/31119 to your computer and use it in GitHub Desktop.
if (!exists('g:github_user') || !exists('g:github_token')) && !executable('git')
echoerr "Gist: require 'git' command"
finish
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment