i need free domain name please anyone help me
please give me sites name for free domain except freenom
perhaps netlify http://www.netlify.com
also:
Download Git:
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
yours should look like this >
https://github.com/USERNAME/REPO.git
-
Initial push
- git push -u origin master
-
Pushes after initial
- git push
1 Like