You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.
Jan Paul Posma edited this page May 15, 2014
·
1 revision
Batch import of repositories
If you want to add more than a few repositories to Gitifier quickly, you can add them directly to the repositoryList entry in the settings file ~/Library/Preferences/net.psionides.Gitifier.plist. This entry is a list of dictionaries with name and url fields, but it will also work if you simply add the repositories as strings. Next time you launch Gitifier, it will notice that the clone directories for some of the repositories are missing and will clone them automatically.
The quickest way to do add all Factlink repo's to your Gitifier is by running the script inside of the server-management repo.
$ cd server-management/desktop/
And then run (note: if you have any Factlink git repositories in your Gitifier, now is the time to remove them.):
$ ./gitifier_init.sh
Now all you have to do is restart your Gitifier and you will have the new repositories in your watchlist!