The freeCodeCamp Forum
Regarding free domaining
GURSAGAR1
August 10, 2020, 10:38am
1
i need free domain except freenom or github
please help me
anon58011934
August 10, 2020, 11:06am
2
Netlify:
Git Commands
Initialize a repo
git init
Add to local repo
git add .
Commit to local repo
git commit -m ‘Initial Commit’
Add remote github repo
git remote add origin
https://github.com/USERNAME/REPO.git
Initial push
git push -u origin master
Pushes after initial
git push
Related topics
Topic
Replies
Views
Activity
Free domain problem
2
364
June 1, 2021
Looking free server
4
523
January 17, 2021
Hosting a website
8
348
June 1, 2021
Linking 2 Github repos to the same Netlify domain
HTML-CSS
1
371
March 9, 2021
Where do you guys host your projects?
Career Advice
14
4455
January 17, 2021