Horje
difference between git remote and git clone Code Example
difference between git remote and git clone
echo "# repo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin git@github.com:ameno99/repo.git
git push -u origin master




Shell

Related
shell relatives path Code Example shell relatives path Code Example
clear history powershell Code Example clear history powershell Code Example
install pyautogui Code Example install pyautogui Code Example
grep extract only matched string Code Example grep extract only matched string Code Example
install xampp server on windows 10 Code Example install xampp server on windows 10 Code Example

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