LoginSignup
0
1

More than 1 year has passed since last update.

Git資料

Posted at

Git資料

今更ながらGitを触り始めようと思う。
わからないことだらけでまとめ資料を作成した。

SourceTreeとVisualSouceCodeを利用するところまで書きました。

Git基礎

いまさらだけどGitを基本から分かりやすくまとめてみた
https://qiita.com/gold-kou/items/7f6a3b46e2781b0dd4a0?msclkid=3b8eaea2c52111ec92a9aa431b137dc3
■ブランチ(理想)

ブランチ名 説明
master リリース可能な完全品質保証するブランチ
develop 開発用ブランチ
release リリース作業用ブランチ masterにマージする際tagを打つ
feature 機能追加および修正用ブランチ。作業完了したらdevelopへマージ。ブランチ名はどのような機能を追加したかわかるようにする
hotfix リリース済みのもの緊急修正の作業を行うブランチ
support 旧バージョンをサポート用ブランチ。

■少人数用

ブランチ名 説明
master masterとdevelopを兼任する
topic 機能追加やバグ修正を行う

HEADとは
https://qiita.com/mzmz__02/items/2c7324a468ed1bbe5c7d?msclkid=e9bb5c7cc52211ec9ba1b54ff91c0658

githubでリモートリポジトリの作成

VScodeでのGit利用

SourceTreeでのGit利用(VScodeで十分だがあると視覚的にわかりやすい)

Git for Windowsインストール(WindowsのみMacはインストールされています)

github

https://github.com/yaso-qwerty/ShoreHouse
以下参考まで

Issues

Pull requests

リポジトリ初期化

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