Hey guys, if you are wondering how to use git
Download gitbash/ github desktop first
I will let you know how to work further
Repository is the place(folder) where you update changes and store files.
git init
Open gitbash/ terminal
git clone >url<
git add .
git add >directory<
git commit -m "message"
To list branch
git branch
To create and checkout to branch
git checkout -b >branchname<