ローカル完結でブランチを切り替えずにマージする方法

git fetch

# 構文: git fetch . <マージしたいブランチ名>:<反映先のブランチ名>
git fetch . feature-branch:main

* Fast-forward(早送り)マージができる場合に限る