0
0

More than 1 year has passed since last update.

Git Flowで開発中のプロジェクトに途中から参加する場合の手順

Posted at

きっかけ

GitFlowで開発中の既に動いているプロジェクトに途中から参加した場合に、

git flow initコマンドでエラーが出たので備忘録程度に残しておきます。

解決方法

既にdevelopブランチがある場合はこのコマンドでmasterブランチをリモートリポジトリから取り込んでおく。 恐らく逆もしかりでmasterブランチとdevelopブランチの二つが必要。
git checkout -b master origin/master

作成されたらgit flow initで初期化。
開発を始めていきましょう!!

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