とブランチorigin/master
を作成したいことを指すデフォルトのリポジトリを作成しましたrelease
production
オリジン/マスター自体からgitブランチを作成する必要があります
例git branch release
とgit branch production
また
オリジン/リリースからオリジン/プロダクションを作成する必要があります
git branch release
git push origin release
と
git checkout release
git branch production
推奨されるアプローチは何ですか