
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)

I’m Rajesh Kumar, a DevOps, SRE, DevSecOps, Cloud, and Platform Engineering expert passionate about sharing practical knowledge, real-world experiences, and industry best practices. I have worked at Cotocus and regularly write about technology, travel, investing, health, product reviews, and digital marketing through my various platforms.
I publish technical articles at DevOps School, travel stories at Holiday Landmark, stock market insights at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at TrueReviewNow, and SEO and digital marketing strategies at Wizbrand.
Find Trusted Cardiac Hospitals
Compare heart hospitals by city and services — all in one place.
Explore Hospitals