Skip to content
Gerrit Uitslag edited this page Oct 2, 2016 · 7 revisions

The translation tool uses a installed git binary to interact with remote git repositories. Single git commands are wrapped in the GitService and the GitRepository.

Token for access to GitHub user account

At https://github.com/settings/tokens a token can be registered for a github user account, which allows to use the github API as that user by the tranlation tool. The forks are stored in this user account and pull requests are performed on behalf of that user.

For development purpose it is may helpful to setup a second git account. This blogpost describes how to setup multiple ssh keys for multiple GitHub accounts.

Read more!

Process

Files

Maintenance/development

Documentation

Clone this wiki locally