🚀 DevOps & SRE Certification Program 📅 Starting: 1st of Every Month 🤝 +91 8409492687 🔍 Contact@DevOpsSchool.com

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOpsSchool!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

Git Tutorial: Git Basic Workflow Working with Remote Repo at Github.com

How 2 Git Repo can share the Committed Code?

How Central Repo is Placed?

List of Git repo Hosting Providers and Their features

FIRST Developer

Step 1 – Register at github.com

Step 2 – Create one Repo

Step 3 – Generate your GITHUB PAT OR SSH Key

Step 4 – Push your code to Github

$ git push https://github.com/devopsschool-demo-temporary/git-demo.git master
$ git push URL masterCode language: JavaScript (javascript)

Second Developer

Step 1 – Register at github.com

Step 3 – Generate your PAT

Step 4 – Clone the repo of “FIRST Developer”

Step 5 – Add and commit your changes in Git

Step 6 – Push your Code into Github

$ git clone https://github.com/devopsschool-demo-temporary/git-demo.git
$ cd git-demo
$ git log
$ start .
$ vi addfile.txt
$ git add --all
$ git commit -m"ading other person"
$ git status
$ git push origin masterCode language: PHP (php)

FIRST Developer

Step 1 – Pull the code by Second Developer

$ git remote add origin https://github.com/devopsschool-demo-temporary/git-demo.git
$ git pull origin masterCode language: JavaScript (javascript)
Subscribe
Notify of
guest


0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.

0
Would love your thoughts, please comment.x
()
x