other
Other
Twigg supports mirroring to any other Git server that accepts a access with token in the URL.
Important:
- The token (or password) must have permission to push to the target repository.
- The Git server must accept authentication with credentials embedded in the URL.
Set mirror:
- Go to home and open your repository.
- Click in repository setting icon.
- Scroll to
Git Mirrorsection and click on the switch button to enableGit Mirror. - Construct your mirror URL using this format:
https://<TOKEN>@<YOUR-GIT-SERVER>/<PATH-TO-REPO>.git
Example:
https://my-secret-token@git.mycompany.com/projects/tooling/repo.git
- Click
Save URL.
Once this URL is saved in Twigg, all submitted commits will be pushed to the specified repository’s twigg branch.