To completely merge SVN branches, the Git equivalent is a complete Git merge of branches (i.e. merge merge with multiple parents).
There is no strict equivalent for cherry cherry SVN. But if you use the git cherry-pick command, it saves a commit message. Personally, I use this commit message to figure out if a change is present in a particular branch.
source share