1
I have a question, I would like to return to a certain commit and assign this commit to a given branch without losing history, for example.
I have a development branch, where it is read by a URL, when I am developing and I want to show my client what I did in development, I commit it is good, but it can happen that I did not go to production at that exact moment, then I would have to return to the initial commit put this commit assigned to the development branch and still get the history.
there is how to do this?
Cherry-pick? I think that’s what you want
– Jefferson Quesado