Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create repo from cmd

echo "# SPACE-EXPLORATION-SITE" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Agboola2004/SPACE-EXPLORATION-SITE.git
git push -u origin main
Comment

to create repo from cmd

curl -X POST https://api.github.com/user/repos
Comment

PREVIOUS NEXT
Code Example
Shell :: linux grep regex return match 
Shell :: rmdir recursive 
Shell :: online centos terminal 
Shell :: install macos on vmware ubuntu 
Shell :: append data to a file with cat command 
Shell :: save command output to file in powershell 
Shell :: sudo-get update 
Shell :: diff linux 
Shell :: or create a new repository on the command line 
Shell :: git remove file 
Shell :: install moment 
Shell :: bash comment section to a file 
Shell :: doxygen install 
Shell :: how to exit git bash 
Shell :: unzip a file terminal 
Shell :: example bash script 
Shell :: command to install any package using Pip 
Shell :: /zsh-autosuggestions/zsh-autosuggestions.zsh^M 
Shell :: open command in linux 
Shell :: cat linux 
Shell :: batch script comment 
Shell :: dir files 
Shell :: delete a word in Linux command line prompt 
Shell :: git hub nvm 
Shell :: npm install firebase @angular/fire 
Shell :: install ghost cms locally help of docker 
Shell :: centos 6 vm.min_free_kbytes 
Shell :: nvm update specifiec version 
Shell :: sed wrap each line in quotes 
Shell :: installing Shoes 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =