Horje
which command is used to create a new git repository Code Example
git create new repo
echo "# TicTacToe" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Sandox/TicTacToe.git
git push -u origin main
Source: github.com
which command is used to create a new git repository
to create a new git repo




Shell

Related
terminal rename Code Example terminal rename Code Example
cors package install npm Code Example cors package install npm Code Example
cors npm Code Example cors npm Code Example
npm install bootstrap react Code Example npm install bootstrap react Code Example
anydesk linux free Code Example anydesk linux free Code Example

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