Last Updated: May 05, 2022
·
2.47K
· vimalkumarvelay

Git: Selectively merge changes from a different branch

git checkout -p branch_to_merge_from

use y to accept a hunk
e opens default editor if more control is required