+ 1
How can i share my html + css codes with someone on computer ?
It includes images, video etc.. I am very new at programming learning by myself to make a website. Please help me.
4 odpowiedzi
+ 3
Furkan Mutlu you need learn to learn git for version control.
Check out this git commands help here
https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository
Create a repo in your Github, use git commands to backup your working folder to repo.
Check out this Github guide here. https://guides.github.com/introduction/git-handbook/
Others could directly download your files from repo, or using git clone to clone the repo to their local folder.
+ 2
Use github
+ 1
Thank you Calviղ !
0
Thank you Calviղ for your answer, I am actually trying to use it, but how can i add photos from my computer there ? I downloaded atom and git already and watching some courses.. but i am already lost.. Could you please tell me (very basically) how does it work ? Does other person who will receive my project, needs github account to open it or not?