使用するブランチ
- master : リリース後のブランチ。
- develoop : 開発用のブランチ。
- feature : 開発用のブランチ。developブランチからfeatureブランチを切り、作業が完了したらdevelopにmergeさせる。
- release : リリース用のブランチ。developブランチからreleaseブランチを切り、リリースする。リリースが完了したらmasterブランチにmergeさせる。
- hotfix : バグ対応用のブランチ。masterブランチからhotfixブランチを切り、作業が完了したらmasterにmergeさせる。
- support :旧バージョン用のブランチ。masterブランチからsupportブランチを切る。
See Also
ブランチの操作
ブランチを作ったり合わせたり
git clone
Gitリポジトリの複製
git config
gitのパラメータを設定する
基本操作
init, add, remote, commit, reset, rm
git remoteの使い方
リモートリポジトリを編集する