DevOps is a combination of two words: Development (Dev) and Operations (Ops). It is a culture, mindset, and set of practices that brings software developers and IT operations teams together to build, test, and release software faster, more reliably, and with better quality.
DevOps solves:
- ๐ก Collaboration between teams
- โ๏ธ Automation of manual tasks
- ๐ฆ Continuous Integration & Continuous Delivery (CI/CD)
- ๐ Faster and more frequent updates
-
๐ญ Iโm currently working as a Freelancing Software Developer
-
๐ฌ Ask me about OOP , Java
-
๐ฑ Iโm currently learning AWS, K8s, GO, Linux, Docker
-
๐ฌ How to reach me TextMe
-
โก Fun fact Call me as Jerry
git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/Kaveesha06/Kaveesha06.github.io.git git push -u origin main
git branch newBranchName git checkout newBranchName git checkout master
to delete git repository $ rm -fr .git
To delete a git-ignored file from the current files in the updated remote repository. git rm -r --cached file or FolderName



