I cloned the git repository and made some changes. I have to commit the changes, and then tag those committed changes. What should be the sequence of commands? It's like, git clone, git add, git commit, git push, and then git tag?
If not, what is the sequence?
source
share