Horje
Git create a new repository on the command line Code Example
Git create a new repository on the command line
echo "# alx-zero_day" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Kseperep1/alx-zero_day.git
git push -u origin main
Source: github.com
Git create a new repository on the command line
echo "# alx-zero_day" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/.../.git
git push -u origin main




Whatever

Related
velocity in scrum Code Example velocity in scrum Code Example
what is sprint velocity Code Example what is sprint velocity Code Example
what is the velocity Code Example what is the velocity Code Example
Javascript copy text onclick Code Example Javascript copy text onclick Code Example
how do you calculate velocity Code Example how do you calculate velocity Code Example

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