How to Push Local Repository Changes to a Central Git Server || ForTheGeeks

Опубликовано: 13 Март 2026
на канале: For the Geeks
55
3

Hey YouTube Lovers,

✤ Welcome to “ForTheGeeks” ✤

In this video, I will talk about how we can push changes from Local Repository to Central Git Repository(Central Git Server).
I will explain this concept with a diagram as I did in my previous videos.
Pushing to central server is important because that is how you can collaborate source code with other developers within the team or anyone in that matter.

Command used
1) git push origin master
// Above command pushes your local repository changes to the central repository. Remember that feature branches are not pushed through
2) git push -- all origin master
// Above command pushes branches too

This video is part of my "Azure DevOps Tutorial". The idea of the whole tutorial is to make you understand what DevOps is and what problems
it's trying to solve. At the end of the tutorial, I reckon you will have good understanding of Azure DevOps and would be ready to explore more (as learning never ends).

This whole tutorial will also help you in clearing Azure DevOps (AZ-400) certification as it covers most of the important topics. (Please note : NOT all topics of AZ-400 certification but MOST)

🔰 Topics that we will learn:
What is Azure DevOps
Managing Tenant
Source Control
CI
CD

I created a separate video where I explained my experience on AZ-400 certification. Link to that video below:

🎬    • Azure DevOps Beginner to Expert Tutorial |...  
I hope you found this video helpful and if you did please give me a thumbs up and don’t forget to subscribe to my channel. Channel link below
YTC link- https://www.youtube.com/c/ForTheGeeks...

Also I write blogs on many technical and programming languages.
✔ follow my blogs below
🌐 blogs - www.manjustechblog.com
🌐 Medium -   / vnmshenoy  

==============================================

Watch my previous videos

🔰 How To Delete Azure AD Tenant - The Easy Way || ForTheGeeks

🎬    • How To Delete Azure AD Tenant - The Easy W...  

🔰 What is Continuous Deployment in Azure and a Quick CICD for Web Apps Tutorial

🎬   • What is Continuous Deployment  in Azure an...  

🔰 How to implement Azure DevOps For Continuous Delivery

🎬    • How to Implement Azure DevOps for Continuo...  

🔰 How to implement Azure DevOps For Continuous Delivery

🎬    • Basics on how and why to use cost manageme...  

==============================================


#ForTheGeeks #AzureDevopsTutorial #azuredevopsExplained #WhyDevOps #WhyAzureDevops #AzureRepos #ContinuousIntegration #ContinuousDeployment #azure #devops #forthegeeks #devopsexplainedforthegeeks #forthegeekstutorial #azuredevopsexplainedforthegeeks #AzureDevOpstutorial #devopswithforthegeeks #learndevopsforthegeeks #azuredevopsexplained #forthegeeksazure #devopsforthegeeks





🔰 Note
Please note that the views expressed are mine alone.