Git CLI tutorial for beginners part 2 | Create GitHub repo push local code via GIT commands

Опубликовано: 07 Октябрь 2024
на канале: Cloud Tech Ram
174
7

This video provides understanding of basic git CLI commands that will help you to push a code from your local machine to git repository for the first time.

PLEASE HIT SUBSCRIBE, IT WILL ENCOURAGE US TO PROVIDE MORE VIDEOS IN A BETTER QUALITY.

Before watching the video please watch:
Git Installation :
   • How to install Git Step by step  
Git Basics:
   • What is Git | version control |Basic ...  


Commands :
set your user name:
git config --global user.name "Cloudtech tutorial"
Set your email address:
git config --global user.email "[email protected]"

git init
git add --all
git commit -m "first commit"
git remote add origin https://[email protected]/cloudtechtutorial/salesUI.git
git push -u origin master
git remote add-url origin https://[email protected]/projectname/repositoryname.git

What's next ?
Git tutorial Part 3 -Yet to be uploaded


Azure tutorial :
   • What is Azure Resource Group | How to...  

Git and Git Hub Tutorial :
   • What is Git | version control |Basic ...  

Azure DevOps tutorial :
   • Video  

Subscribe with below link 🖥🖥🖥
   / @cloudtechram  


Follow us on telegram
https://t.me/CloudTechAcademy