1- git init (initial, one time command in a folder, to make a folder git understandable and uploadable to cloud)
2- git status (to checkstatus of the folder)
3- git add . (to make all files upload ready) (git add ..................n)
4- git commit -m "<message>" (to put message for upload / push)