Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Gitifier

Jan Paul Posma edited this page May 15, 2014 · 1 revision

To stay up to date with all the changes that are being pushed to repositories within Factlink, we use Gitifier.

To install Gitifier, download the latest version from their website.

After installing, run the following command in Terminal.app:

echo "git@github.com:Factlink/core.git
git@github.com:Factlink/chrome-extension.git
git@github.com:Factlink/firefox-extension.git
git@github.com:Factlink/server-management.git
git@github.com:Factlink/js-library.git
git@github.com:Factlink/web-proxy.git" | xargs defaults write net.psionides.Gitifier repositoryList -array-add;

To stay up to date with all the changes that are being pushed to the Wiki's run the following command:

echo "git@github.com:Factlink/core.wiki.git
git@github.com:Factlink/chrome-extension.wiki.git
git@github.com:Factlink/server-management.wiki.git
git@github.com:Factlink/js-library.wiki.git
git@github.com:Factlink/web-proxy.wiki.git" | xargs defaults write net.psionides.Gitifier repositoryList -array-add;

Clone this wiki locally