Answers for "gh-pages"

3

gh-pages

npm install gh-pages --save-dev
Posted by: Guest on October-16-2020
0

gh-pages

echo "# React-task-Tracker" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/lumidee007/React-task-Tracker.git
git push -u origin main
Posted by: Guest on September-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language