So I was doing some tests in code today and had to create a test branch.
After the testing was done, I forgot to change the branch back to "master...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks! Just what I needed this morning.
Happy it solved your problem.
you are a life saver. Thanks
Glad the post could help.
It works like a magic !!!
thanks
Happy could help.
This is exactly what I was looking for. 😀
In my case I am building a CI/CD process and need to integrate the changes made after the build processes (build branch) in the main-dev branch.
Thanks and Greetings.
Great. Maybe cherry-pick command is used behind the scene somehow to manage merging.😁
Thanks man. Yea, could be, not yet explored git that much...
It gave me an warning after I tried to pull from main:
You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).
Please, commit your changes before you merge.
I signed up at dev.to just to say thanks to you. Thank you for explaining the cherry-pick command in just the right context.