Website
#How to clone
#make a file and copy the URL from the repository git clone
git init
git remote add origin HTTPS URL
#git make own branch git branch name
#check what branch is currently using git branch
#choosing branch git checkout branch-name
#check what branch is currently using git branch
#check changes git status