I have staging, development and other three feature branches:-
branch_feature_Abranch_feature_Bbranch_feature_C
After each feature branch is tested, I merged all three to development branch. Next am supposed to push development branch features (only branch_feature_A and branch_feature_B) to staging. Given that I had deleted branch_feature_A, branch_feature_B, and branch_feature_C when I was merging to developmet, how can I make sure that I include only branch_feature_A, and branch_feature_B to staging?
