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
380
June 1, 2021
Looking free server
4
568
January 17, 2021
Free Hosting domain
2
69
April 30, 2025
Free webhosting service? Or domain hosting?
48
14793
December 8, 2017
Disappointed at this https://www.freecodecamp.org/news/how-to-build-a-website-from-scratch-start-to-finish-walkthrough
9
123
January 13, 2026