1
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 DeskTopについて

Posted at

はじめに

GitHub DeskTopを用いて、データ管理をする際の自分用メモです。

#GitHub DeskTopとは?
変更履歴などのバージョン管理を行うシステムのGitを
利用して複数人での開発を簡単に行うことのできるDeskTop用のアプリケーション

GitHub DeskTopの使用手順

1.「GitHub DeskTop」のインストール + アカウント登録

2.左上の「Current Repository」→「Add」→「Add Existing Repository...」をクリック

3.表示されたPopupにて「Choose...」にて扱いたいアプリを選択

4.「Add Repository」をクリック

5.全ファイルを選択してコミットする。

6.「Publish Branch」でクリックする。
 ※初回のみPopupが表示されるので、名前を確認し「Keep this code private」(公開するかしないか)を選択した後リモートリポジトリを作成する

7.「Current Branch」→「New Branch」→「作業内容の名称記入」でブランチを作成する。

8.作業ごとにcommitする。

9.「Publish Branch」をクリックしてプッシュする。

10.「Create Pull Request」をクリックして、プルリクエストを作成する。
 ※読み取りやすさを重視して簡潔かつマークダウン表記で記述を行う。

11.プルリクエストのURLをレビュアーに送りレビュー依頼を行う。
 ※修正依頼が来た場合は、修正を行う

12.レビュアーから「LGTM」をもらったら、「Marge Pull Request」→「Confirm marge」でマージを行う。

13.マージ完了後に、「Delete branch」をクリックしてブランチを削除する。

14.ブランチを「master」に切り替え、「Fetch origin」→「Pull origin」でプルを行う。

※10〜13の作業内容は、リモートリポジトリ上(Web上)で行う。

#よくある困った時の解消方法
長くなってしまうので、後日、改めて別の記事で、記載予定です。

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