Horje
creating new repository Code Example
creating new repository
echo "# comp305_cw1" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Eisen9/comp305_cw1.git
git push -u origin main
Source: github.com




Shell

Related
jq examples Code Example jq examples Code Example
How to start MongoDB in Linux Code Example How to start MongoDB in Linux Code Example
whatsapp web for ubuntu Code Example whatsapp web for ubuntu Code Example
git ignore for dart Code Example git ignore for dart Code Example
cypress Code Example cypress Code Example

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