Fun and learning from data to AI on the edge #IoT #IoTConference #InternetOfThings #stratisplatform #Stratis #AI by @hboelman Thank you so much @CsharpCorner for this conference.🙏 @codewithsimon @Stratis_Faction @stratisplatform https://t.co/58AkDdXW8Q pic.twitter.com/kIJL9HjqVj
— Dpk Tewatia (@DpkTewatia) April 23, 2021
First of all we need to make a stable website script using any language here i am using HTML. then login into github then create a repository as shown in below snapshot. then use below mention commands in git bash cmd. git init git status git add README.md git status git commit -m "first commit" git branch -M master git remote add origin https://github.com/DpkTewatia/Dpk_Tewatia.git git push -u origin master …or push an existing repository from the command line git remote add origin https://github.com/DpkTewatia/Dpk_Tewatia.git git branch -M master git push -u origin master Finally your static website hosted on GitHub and whole source code added on GitHub repository.
Comments
Post a Comment