Category: Software, Kubernetes, github, gitlab

The git distributed version control system works with a variety of online services to provide storage and multiperson access to content. We recently https://thenewstack.io/development-connecting-git-to-github-for-small-projects/ on how to set up and use the popular GitHub service.

Newly Created GitLab Project (Repository) Page

Set up remote link to your GitLab repo: drtorq%: git remote add origin [your gitlab repository] Do your file adds.

Finally, use the regular git push to sync the content on the GitLab servers.

Related Articles