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
1
394
July 20, 2020
Looking free server
3
588
June 2, 2019
Free Hosting domain
1
99
October 30, 2024
Free webhosting service? Or domain hosting?
47
15031
December 8, 2017
Disappointed at this https://www.freecodecamp.org/news/how-to-build-a-website-from-scratch-start-to-finish-walkthrough
8
178
October 8, 2025