Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
Git notes
Github Notes
USER #1
-----------------
555 git push https://github.com/devopsschool-demo-temporary/demo4july2.git master
556 git push https://github.com/devopsschool-demo-temporary/demo4july2.git master
557 ls
558 git remote add origin https://github.com/devopsschool-demo-temporary/demo4july2.git
559 git pull origin master
USER #2
-----------------
git clone https://github.com/devopsschool-demo-temporary/demo4july2.git
ls
cd demo4july2
cls
git log
dir
touch another.txt
start .
git add --all
git commit -m"adding by anothers"
git push origin master