Closed1

git の remote repository を追加する方法

noid11noid11

Motivation

GitHub で管理してたリポジトリを GitLab でも管理したくなった場合等に使いたい

How to

# 確認
git remote -v
# 追加
git remote add gitlab git@gitlab.example.com/my-repository

Reference

https://git-scm.com/docs/git-remote

このスクラップは2021/07/14にクローズされました