Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

set up git repository

# New local repository
git init
git add .
git commit -m "Initial commit"

# New remote repository
# Create remote repository (likely on github), then:
git remote add origin https://github.com/username/new_repo #https
git remote add origin git@github.com:username/new_repo #ssh
# Now push
git push -u origin master
Comment

PREVIOUS NEXT
Code Example
Shell :: find cudnn version 
Shell :: git global gitignore 
Shell :: how to uninstall vscode in ubuntu 
Shell :: delete all unstaged files git 
Shell :: pip install requirements.txt ignore errors 
Shell :: install google chrome in ubuntu 20.04 
Shell :: install gcc in ubuntu 
Shell :: ubuntu install tree 
Shell :: Please select the geographic area in which you live. Subsequent configuration questions will narrow this down by presenting a list of cities, representing the time zones in which they are located 
Shell :: windows 10 copy ssh key to server 
Shell :: is linux bad 
Shell :: install vm guest additions ubuntu 
Shell :: ubuntu install libc6-dev-i386 
Shell :: unable to install deno in ubuntu 
Shell :: install opencv2 homebrew 
Shell :: linux install ifconfig 
Shell :: ifconfig not found ubuntu 20.04 
Shell :: install qt creator ubuntu 20.04 
Shell :: set go111module= on 
Shell :: install rpm ubuntu 
Shell :: git delete all branches except master 
Shell :: Flutter plugin not installed; this adds Flutter specific functionality. windows 
Shell :: install webmin ubuntu 
Shell :: install cubecoders amp 
Shell :: file search linux by text 
Shell :: generate py file from ui 
Shell :: flutter linux cmake error 
Shell :: ubuntu ifconfig get only ip address 
Shell :: mac find application using port 
Shell :: git bypass hook 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =