From the git master branch, I created a new feature branch feature_001
. I created one more feature branch from master, feature_002
. After finishing, I am trying to pull feature_001
changes in feature_002
also.
How can I achieve this in git?
From the git master branch, I created a new feature branch feature_001
. I created one more feature branch from master, feature_002
. After finishing, I am trying to pull feature_001
changes in feature_002
also.
How can I achieve this in git?