Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 3 years have passed since last update.

GitHubリポジトリの作成

Posted at

この記事は、iOSアプリ開発から公開までの流れ の第3章です。

本稿では、GitHub にリポジトリを作成する手順を記載します。

1. 左メニューの Source Control navigator を表示します

左から 2 番目のタブを選択し、Branches をみると、ローカルにリポジトリが作成されていて Initial Commit が行われていることがわかります。
この時点で Remotes には何も無いので、リモートリポジトリが作成されていないことがわかります。
1.png

2. GitHub にリポジトリを作成するため、

Remotes を右クリックして New xxxx Remote... を選択します
2.png

3. GitHub アカウントを登録します

Account で Add an account... を選択します。
3.png

4. GitHub を選択して Continue
4.png
5. GitHub にサインインします。

アカウント名とトークンを入力して、Sign In します。
トークンの取得は、xxxxx を参照してください。
5.png

6. リポジトリ名を入力して Create

Repository Name には、アプリ名を設定すればよいと思います。
Visibility はソース公開かするかどうかを選択します。
6.png

7. GitHub にリポジトリが作成されました
7.png

終わり。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?