How do you give a git commit a name?
E.g., from this Angular JS tutorial (click Workspace Reset Instructions):
git checkout -f step-2
How did they name the commit step-2
?
You can use a tag:
git tag step-2 *commit-id*
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With