Tags create git tag v0.0.0 git push origin refs/tags/v0.0.0 delete git tag -d v0.0.0 git push origin :refs/tags/v0.0.0 Remove node_modules from Commit git rm -r --cached node_modules git commit -am "Remove node_modules" git push origin feature-branch