Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

initialize a local repository

git remote add origin git@github.com:username/new_repo 
git push -u origin master
Comment

Initializing a repo on local machine

$ git init   # You're done!  
$ git remote add origin url_of_your_git_server   # So that you can push your code somewhere.
Comment

PREVIOUS NEXT
Code Example
Shell :: sed replace first in file 
Shell :: mendeley on ubuntu 
Shell :: vimeo status video 
Shell :: apt install edge 
Shell :: permission in linux 
Shell :: git request-pull 
Shell :: docker quickstart terminal windows 
Shell :: how to download nessus to kali debian 64 bit vm 
Shell :: ubuntu drivers realtek 
Shell :: bash string ends with 
Shell :: delete resource group azure powershell 
Shell :: bash check if string does not exist in file 
Shell :: create a new repository on the command line 
Shell :: linux which command 
Shell :: zsh: command not found: sublime 
Shell :: if git status 
Shell :: free dock for linux 
Shell :: .aws directory not found 
Shell :: linux dig command all dns records 
Shell :: how to clear a file without deleting it linux 
Shell :: install ghost 
Shell :: how to create a shortcut in ubuntu 
Shell :: how to commit files in github 
Shell :: how to delete remote file locally on git 
Shell :: windows search multiple file types 
Shell :: viu linux 
Shell :: command running processes linux 
Shell :: download gif 
Shell :: zip exclude directory 
Shell :: create private repository github command line 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =