LoginSignup
3
6

More than 5 years have passed since last update.

Gitlabのリポジトリ名の変更方法

Posted at

リポジトリ名を変更したいときのメモ。

GitLab側の操作

リポジトリ > Setting > Change usernameで変更
・リポジトリ名が変わってしまうので注意。

ローカル側の操作

git remote rename <old_name> <new_name>

変更されているか確認

git remote -v

変更されていたらOKです。

3
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
6