#commands
Read more stories on Hashnode
Articles with this tag
kubectl delete deploy <deploy-name> kubectl delete svc <svc-name> kubectl delete cm <cm-name> kubectl delete pod <pod-name> vim Dockerfile # add...
git git init git add . git commit -m " " git remote add origin <url> git push git checkout <branch> git checkout -b <branch> git branch git status git...