BUT BEFORE ADD SOME FILES
I downloaded my template from Colorlib.
Just make sure its Html. Whenever you find a tmplate you like download it and drop it in the folder you created. CLick Replace all.
To edit the HTML file I am using Brackets "A modern, open source text editor that understands web design"
Just remeber to save everything before pushing.
LETS PUSH!
1- Change Directory by typing:
cd ~/Desktop/The name of your folder/ your username/
In my case:
cd ~/Desktop/LOCALFAB/katya-diaz/
2- git add -A
this will add all the files in the directory
3- git commit -m"anything"
this command will just add a title for the
updating operation
4- git push
this command will push all files added in the first
command to your GITLab account
If it didn't work type git init or clear and try the last steps again.
DONE!