DevOps is a set of practices, tools, and a cultural philosophy that focuses on automating and integrating the processes between software development and IT operations teams. By bridging the gap, DevOps ensures:
- 📈 Improved Collaboration: Seamless integration of cross-functional teams.
- ⚡ Faster Development: Accelerated delivery pipelines with automation.
- 🔒 Enhanced Security: Continuous monitoring and governance.
- ✅ Reliability: Ensures high-quality releases with reduced risks.
✨ DevOps is not just a methodology, it’s a mindset for delivering excellence!
-
🔭 I’m currently studying in University of Colombo FOT
-
🌱 I’m currently following DevOps Engineering
-
📄 Know about my experiences https://www.linkedin.com/in/sanchitha-udana-wijesundara-8a2b96217/
git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/SanchithaUdana/sanchithaudana.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