Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 314 Bytes

github-sync.md

File metadata and controls

12 lines (9 loc) · 314 Bytes

Github sync

This repo on Gitlab is set to auto-sync to github. A deploy-key exists which is authorised for this purpose.

Conceptually it does the same as:

git remote add github [email protected]:Agilicus/samples.git
git push -u origin main
git push -u github main