Git - A Detailed Introduction for Beginners | What is Git? & VCS? | Why Git? | How to Use Git

Опубликовано: 18 Июнь 2026
на канале: Technical Aasaan
26
1

Git - A Detailed Introduction for Beginners

1) What is Git? & VCS?
2) Why Git?
3) How to Use Git
4) git pull vs git fetch
5) git init vs git clone

Doc Link: https://docs.google.com/presentation/...

Some basic git commands:

Git add ./file name
Git commit -m / -am “Message”
Git status
Git log
Git stash / stash pop
Git clone
Git log
Git diff
Git pull
Git push