git commit --allow-empty --date="day month date time00:00 year +0100" -m 'commit message'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)
NewerOlder