Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

push/upload git repo to github

git remote add origin https://github.com/username/projectname.git
#A new repo should be created on GitHub and the url used in the initial upload.

git push -u origin master
#Subsequent command used to upload project. If name of master branch han been
#changed, use that name.
Comment

upload git repository to github

git init -b main
Comment

PREVIOUS NEXT
Code Example
Shell :: vscode update terminal limit 
Shell :: wsl2 curl localhost 
Shell :: concatenate strings bash 
Shell :: view certificate openssl 
Shell :: find external ip ubuntu 
Shell :: linux add user with home directory 
Shell :: install rdp ubuntu 
Shell :: how to push cloned repo 
Shell :: gtk3 windows install 
Shell :: Fetch submodules recursively 
Shell :: how to delete all ufw rules 
Shell :: vi quit 
Shell :: start docker image 
Shell :: add and install gem rails 
Shell :: .gitignore add directory 
Shell :: git rebase feature branch 
Shell :: version manager 
Shell :: sed add newline 
Shell :: atom vs sublime 
Shell :: change dns in openvpn config 
Shell :: bash cut delimiter multiple spaces 
Shell :: nano enable syntax highlighting 
Shell :: kivy install ubuntu 
Shell :: ssh option to send null packets 
Shell :: git list files only upto 1-levels 
Shell :: awk bash 
Shell :: create dektop file in ubuntu 
Shell :: Install CasaOS 
Shell :: Using ffmpeg to split video files by size 
Shell :: run ssh and immediately execute command 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =