0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

SourceTreeでunityプロジェクトを管理する方法

Posted at

必要なもの

  • GitHub
  • unityプロジェクト
  • SourceTree

手順1:GitHubでリポジトリを作成

スクリーンショット (1).png
Add ignoreでgithubを選択してください(リポジトリに移さなくても大丈夫なファイルが除外されます。)

手順2:CodeからリポジトリのURLをコピー

スクリーンショット (3).png

手順3:SourceTreeを開いてClone

スクリーンショット (5).png
上の参照は手順2でコピーしたコード、下の参照はローカルに新規ディレクトリを作成してそれを参照

手順4:新規ディレクトリにgitファイルとgitignoreが作成されていることを確認

スクリーンショット (6).png
gitファイルは隠しファイルになっていることがあるので注意。

手順5:管理したいunityプロジェクトの内容をクローン下ファイルに移す

スクリーンショット (7).png
ドラッグ&ドロップかCtrl+c ctrl+vで移す。

手順6:ファーストコミットとリモートにプッシュ

スクリーンショット (8).png
スクリーンショット (9).png

手順7:リモートで保管できていることを確認

スクリーンショット (10).png

以上

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?