gitlab-training icon indicating copy to clipboard operation
gitlab-training copied to clipboard

Change the slide on connecting the repo with remote to correspond to the GitLab suggestions

Open theFeu opened this issue 3 years ago • 0 comments
trafficstars

Push an existing Git repository

cd existing_repo
git remote rename origin old-origin
git remote add origin https://11697-gitlab-0b092-web.nws.netways.de/gitlab-instance-249a55c0/training.git
git push -u origin --all
git push -u origin --tags

theFeu avatar Sep 20 '22 14:09 theFeu