Horje
Creating a New Repo on the command line Code Example
Creating a New Repo on the command line
echo "# handydandydevblog" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:githubuserName/urProjectsname.git
git push -u origin main




Shell

Related
restart bind centos 8 Code Example restart bind centos 8 Code Example
how to pull branch from github Code Example how to pull branch from github Code Example
node gitignore Code Example node gitignore Code Example
wget debian Code Example wget debian Code Example
wget debian to Downloads Code Example wget debian to Downloads Code Example

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