gitコマンド
現在のブランチを確認
git branch --show-current
develop以外の開発中のブランチになっていることを確認
例) 開発中のブランチの特定のファイルをdevelopの同じファイルで上書きする
git checkout develop /path/target_folder/target_file.html
git checkout [copy元のブランチ名] [コピーしたいファイルパス]
現在のブランチを確認
git branch --show-current
develop以外の開発中のブランチになっていることを確認
例) 開発中のブランチの特定のファイルをdevelopの同じファイルで上書きする
git checkout develop /path/target_folder/target_file.html
git checkout [copy元のブランチ名] [コピーしたいファイルパス]