別のブランチをマージする方法
public.icon
from
git
別のブランチをマージする方法
リモートに別ブランチを追加して、margeコマンドでできる
git merge from/master --allow-unrelated-histories
参考
https://hacknote.jp/archives/31307/
https://qiita.com/neonankiti/items/60ce9a0c018fd3e9b7d9
SourceTree
では、この--allow-unrelated-histories が無いのか、エラーが出ていた。
まぁ通常の運用フローでは無いから、
SourceTree
的にはこれでも良さそう。