Skip to content

Instantly share code, notes, and snippets.

@kevin-lee
Created April 11, 2015 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevin-lee/e71304b398aed232fcb5 to your computer and use it in GitHub Desktop.
Save kevin-lee/e71304b398aed232fcb5 to your computer and use it in GitHub Desktop.
Correct GitHub-Wikifier Installation
curl https://raw.githubusercontent.com/Kevin-Lee/GitHub-Wikifier/master/pre-commit > .git/hooks/pre-commit;
chmod +x .git/hooks/pre-commit;
@kevin-lee
Copy link
Author

Why?

Because hybridgroup/GitHub-Wikifier is not actively maintained, I had no other choices but doing it myself.

Installation

It requires Z shell. FYI, how to install Z shell is here.

  • In your local Git repository, run the following commands
curl -Lo- http://goo.gl/WUt4Y3 | bash 
  • For logging, run the following command on your local git repository.
git config wikify.log true 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment