I want to create a new branch from a specific one, deleting all previous commits, but maintaining the current state of all files found with the latest commit.
I need to run this code under a github action
.
Can you give me a hand?
I want to create a new branch from a specific one, deleting all previous commits, but maintaining the current state of all files found with the latest commit.
I need to run this code under a github action
.
Can you give me a hand?