Answers for "git repo in github website"

0

github new repo

echo "# wp-rest-api-example" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/OmarFSarkar/wp-rest-api-example.git
git push -u origin main
Posted by: Guest on August-10-2021
0

create github pages from repo

go to the repo you want then go to settings > Pages then select on 
wich branch you want link the github page then you can choose a theme
or simply Save it
Posted by: Guest on June-03-2021

Code answers related to "git repo in github website"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language