I have two branches in local. Staging and master.
There are some changes already pushed to staging. However, I don’t want to push these changes to master.
If I have a second set of changes I need to push immediately to master. How can I do this without merging my first set of changes from staging?
You can use git
cherry-pickoption to pull in master exact commit.You can take SHA1_of_commit with
logcommand