5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

githubで使うIDを使い分けよう

Posted at

会社用IDと自宅用IDを使い分けたい

  • 特に入社した会社で新たにIDを付与されて
  • 会社用PCで自分用リポジトリを触る必要がある場合
  • 会社で使うライブラリに自分が作った物がある場合特に

ここを見よう

こんな感じ

git remote add origin git@github-oreore:{owner_name}/{repo_name}

こんな感じでやればいい。

5
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
5
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?