Horje
How to push to a new repositiory in github Code Example
How to push to a new repositiory in github
echo "# book-website" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/vincentovie39/book-website.git
git push -u origin main
Source: github.com




Shell

Related
run .c file linux Code Example run .c file linux Code Example
adb install_failed_already_exists Code Example adb install_failed_already_exists Code Example
use environment secret variable in helm Code Example use environment secret variable in helm Code Example
git status deleated files Code Example git status deleated files Code Example
eslint --fix Code Example eslint --fix Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11