Level 80
@mkdesign82 I think you might need to read a little more on how Git works. It maintains a log of changes as “transactions”, just like a bank account. You can’t have the third entry without the second.
Hello guys, I'm working on a project and this project has two branches, I have made three changes on master branch, I want to create a tag based on the first commit, this is okay then I wanted to create the second tag on the third commit but I don't want to include the second commit on the second tag , does it have such command ?
Please or to participate in this conversation.