If you are beginner and have no idea on GIT ,This video will help you to understand the basic terminology in git and basic commands.
This tutorial teaches you Git basics in 30 minutes.
--------------------------------------------------------------------------------------------------
We are providing contents for FREE !!!!!! PLEASE HIT SUBSCRIBE, IT WILL ENCOURAGE US TO PROVIDE MORE VIDEOS IN A BETTER QUALITY.
subscribe with below link 🖥🖥🖥
https://www.youtube.com/c/CloudTechAc...
Content:
Agenda : 00:00:08
What is Version control system : 00:00:50
Why to maintain history 01:15
Types of Version control 02:40
Basics of Git
What is remote repository and local repository 04:08
What is Branches in Git 04:54
What is commit ,Push ,pull request and Pull 06:00
Difference between git fetch and git pull 06:55
Git bash/CMD installation : 07:35
How to check version in Git 08:23
Git Providers 08:53
How to create a Git Hub account 09:10
What is organization ,Project and repos in GitHub 10:22
How to create a organization in GitHub 10.55
Walkthrough on GitHub portal 12:38
How to create a project in GitHub 13:22
How to create Team in GitHub 14.15
Git Commands
Configure User name and Email Id in git CMD15:20
Create a new repository in GitHub 15.43
Staging Files : 17:31
Committing Changes: 18:25
Set remote GitHub URL : 19:01
Pushing your code from local to Remote using Git Push 20:41
Creating a Git branch 23:00
Git fetch to get all branches from remote in to local repos 24:01
Switch/checkout to different branch 25:16
Pull Request : 28:22
-------------------------------------------------------------------------------------------------
Download git bash from here : https://git-scm.com/downloads
Git Installation step by step • How to install Git Step by step
--------------------------------------------------------------------------------------------------
Git commands used in the video
Segment 1:
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
--------------------------------------------------------------------------------------------------
Segment 2:
List All branches
git branch -a
Fetch all branches
git fetch origin
create a new branch
git branch feature
switch Branch
git checkout feature
stage specific file
git add "path"
commit a staged file
git commit -m "comment"
push committed changes
git push -u origin feature
--------------------------------------------------------------------------------------------------
Playlist
Azure tutorial :
• What is Azure Resource Group | How to...
AzureData factory Tutorial :
• Azure Data Factory
Git and Git Hub Tutorial :
• What is Git | version control |Basic ...
Azure DevOps tutorial :
• Video
Follow us on telegram
https://t.me/CloudTechAcademy