0
2

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.

Eclipse(EGit)でremoteリポジトリの設定をする

Posted at

環境

Eclipse Oxygen.3 Release (4.7.3)

やりたいこと

git コマンドでいうところの

git remote add origin <url> 

上記コマンドと同等の操作をEGitでやりたい

手順

Git Repository View を表示
スクリーンショット 2018-03-25 17.40.58.png

Remotesを右クリックしてCreate Remoteを選択
スクリーンショット 2018-03-25 17.41.25.png

originのまま、OK
スクリーンショット 2018-03-25 17.41.36.png

リポジトリの接続設定を入力(※画像はssh接続の例)
スクリーンショット 2018-03-25 18.01.28.png

RemotesにoriginができていればOK
スクリーンショット 2018-03-25 23.07.12.png

0
2
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
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?