In this part of the mini-series "git in cli" you will learn the basics of git. You will then be able to create a repository on github, and use it as a storage for your code, while managing it using git just inside a terminal or a cmd.
---------------------------------------------------
Written version of this video:
https://hendrychjan.notion.site/Basics-of-GIT-pt-1-GIT-in-CLI-personal-use-of-git-8134248326064061b9a2e2437621dcd3
How to install git:
https://github.com/git-guides/install-git
---------------------------------------------------
This video was created for the "Videos for Learning and Teaching" project by Erasmus+
0:00 Introduction
0:53 What is git?
1:33 Why use git?
2:17 Creating a repository
3:39 Git clone, Personal Access Token
5:27 Git add
6:14 Git commit
6:42 Git push
8:11 Summary