Git and Github Notes
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
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