Skip to content
This repository has been 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 "[email protected]:Factlink/core.git
[email protected]:Factlink/chrome-extension.git
[email protected]:Factlink/firefox-extension.git
[email protected]:Factlink/server-management.git
[email protected]:Factlink/js-library.git
[email protected]: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 "[email protected]:Factlink/core.wiki.git
[email protected]:Factlink/chrome-extension.wiki.git
[email protected]:Factlink/server-management.wiki.git
[email protected]:Factlink/js-library.wiki.git
[email protected]:Factlink/web-proxy.wiki.git" | xargs defaults write net.psionides.Gitifier repositoryList -array-add;