Horje
starting a new github repo Code Example
starting a new github repo
//it assumes theres at least one commit on the local repo
git init
git remote add origin git@github.com:username/new_repo
git push -u origin master
Source: kbroman.org




Shell

Related
git ignore still sending files Code Example git ignore still sending files Code Example
unable to locate package ubuntu Code Example unable to locate package ubuntu Code Example
gzip folder .gz file in linux Code Example gzip folder .gz file in linux Code Example
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.65.1:53: no such host. in windows Code Example docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.65.1:53: no such host. in windows Code Example
github add multiple credentials windows Code Example github add multiple credentials windows Code Example

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