4
5

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.

NetBeansでgitプロジェクトをインポート

Last updated at Posted at 2015-04-18

はじめに

Eclipseから乗り換えたときの疑問。

NetBeansでは「チーム→Git→クローン」の手順で資材をローカルへクローンすることができるが、プロジェクトをインポートする方法が分かりづらい。

本記事ではgitプロジェクトをインポートするまでの手順を記載。

手順

  1. クローン。NetBeansの「チーム→Git→クローン」や、ターミナルの「$ git clone xxxxxx.git」によりクローン。
  2. フォルダの取込。クローンしたディレクトリをエクスプローラーで確認し、そこからドラッグ&ドロップでNetBeansへ持っていく。
  3. プロジェクト作成。NetBeans上で対象ディレクトリを右クリック→「フォルダのプロジェクトを開く」。

Eclipseのようにディレクトリツリーで保持したければ「ツール→お気に入りに追加」で良い。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?