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 :: sh check if program exists 
Shell :: linux repository list 
Shell :: get windows service name cmd 
Shell :: unregister distro 
Shell :: turn off selinux centos 
Shell :: apt non interactive upgrade 
Shell :: tsc init 
Shell :: install composer mac 
Shell :: adb command to change screen refresh rate 
Shell :: git reset to latest commit 
Shell :: grep text in files 
Shell :: get connected wifi password windows 11 
Shell :: centos start docker 
Shell :: Remove folder recursively using powershell 
Shell :: install readline-sync 
Shell :: git setup local user 
Shell :: ubuntu passwordless sudo 
Shell :: org.apache.spark.api.python.PythonUtils.getPythonAuthSocketTimeout ubuntu 
Shell :: install kivy pip 
Shell :: bash: pipe all out and error to file 
Shell :: git grep across all branches 
Shell :: how to untar a tar file 
Shell :: change default directory of the server 
Shell :: android studio licenses 
Shell :: install mongo db ubuntu 
Shell :: how to install .deb file ubuntu 
Shell :: chmod files 644 directories 755 
Shell :: extract tar.gz ubuntu terminal 
Shell :: ubuntu delete user 
Shell :: git copy branch to another branch 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =