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 git ignored file from current files updated remote repository. git rm -r --cached fileorFolderName