I have a directory, in that I've two different type of features: feature 1 and feature 2. and I'm working on feature 2 so I cloned from a commit from where feature 1 is like 50% completed.
Later, I started working on my feature branch and completed development. In this mean time feature 1 is also completed. Now I need to get that latest source of feature 1 to my branch.
So, using which techniques I can achieve this in git command? cherry-pick or rebase or any other commands?