- Created the repository
- Cloned the repo on the local machine.
- Modified the README file, commited the changes and pushed the commit.
- Created tag "dev":
git tag dev
- Pushed tags:
git push --tags
- Modified the README file, commited the changes and pushed the commit.
- Deleted tag "dev" , created it again and pushed tags:
git tag -d dev
git tag dev
git push --tags