What is Git? | How to use Git? | CLI

Опубликовано: 05 Февраль 2026
на канале: TECHOCITY
93
5

My github -

https://github.com/extinctsion

The git commands that I have used in the video-
Git commands:

git clone {Repo URL}
cd {folder name}
git checkout -b {branch name}
{Now start writing the code and changes in the folder}
git add .
git commit -m "{Commit message}"
git push -u origin {branch name}

Other useful git commands-
git diff [To see the previous and current changes]
git status [To see the current status]

Chapters:
0:00 Intro
0:30 Git
2:00 Install Git
2:49 Clone Repository
7:58 Pull request
8:23 Merge PR
8:57 Changes

#git #github