Horje
how to create a new respository from terminal Code Example
how to create a new respository from terminal
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin git@github.com:alexpchin/<reponame>.git
git push -u origin master




Shell

Related
ngular JIT compilation failed: '@angular/compiler' not loaded! Code Example ngular JIT compilation failed: '@angular/compiler' not loaded! Code Example
git username password config Code Example git username password config Code Example
nginx: invalid option: "restart" Code Example nginx: invalid option: "restart" Code Example
install safari in ubunut Code Example install safari in ubunut Code Example
git remove all branches except master windows Code Example git remove all branches except master windows Code Example

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