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

More than 3 years have passed since last update.

GitHubアプリを管理する際の流れ 『Githubデスクトップ使用』

Last updated at Posted at 2020-01-30

🚨ご自身の環境に合わせて設定を行ってください。
はじめにローカルリポジトリの作成を行う。
Githubデスクトップから
左上の「Current Repository」
  ⬇️
「Add」
  ⬇️
「Add Existing Repository」
  ⬇️
「choose」 リポジトリを作成したいフォルダを選択します。
  ⬇️
「Add Repository」 🚨クリック出来ない場合 ターミナルでgit initを行う
  ⬇️
ローカルリポジトリにあるファイルをコメントつけて「Commit to master」でコミット。

次にリモートリポジトリの作成を行う。
上記の作業後。「Publish repository」
  ⬇️
モーダルが出現します。ご自身の設定に合わせ「Publish Repository」を行う。
  ⬇️
Githubのトップページに移動しリモートリポジトリが出来ていること確認してください。

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