##GIT COMMANDS
git init (To initialise the local repository)
git status (See current status of the the changes)
git add --all
git commit -am "Comment" (comment is required)
git remote add origin [git URL]
git push origin main
git push origin main:branchname
git done [git url]
git pull