Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create a repo gh

# create a repository under your account using the current directory name
$ gh repo create

# create a repository with a specific name
$ gh repo create my-project

# create a repository in an organization
$ gh repo create cli/my-project
Comment

gh create github repo

git init
git add . && git commit -m 'Initial commit'

gh repo create
Comment

PREVIOUS NEXT
Code Example
Shell :: docker install ubuntu 22.04 
Shell :: bash remove everything after character x 
Shell :: gitignore file without extension 
Shell :: conditional dockerfile 
Shell :: ssh copy 
Shell :: directory current in bash 
Shell :: gitlab new project push commands 
Shell :: revert git commit 
Shell :: install docker in kali linux 
Shell :: ssh-keygen -t rsa 
Shell :: export bigquery scheam 
Shell :: az aks get-credentials 
Shell :: change current branch git 
Shell :: base64 decode command line ubuntu 
Shell :: get current time curl 
Shell :: kubectl for windows 
Shell :: -bash: aws: command not found 
Shell :: install express.js 
Shell :: rmdir not empty 
Shell :: ubuntu use pip as pip3 
Shell :: postgres setup Linux Debian 
Shell :: rm directory not empty mac 
Shell :: pip 21.0.1 install windows 
Shell :: open current folder in explorer from cmd 
Shell :: WSL connect docker daemon to docker for windows 
Shell :: ssh connect with specific port 
Shell :: bash colour codes 
Shell :: HOW TO SEARCH FOR A FILE IN COMMAND PROMPT 
Shell :: how to restart x window manager in ubuntu 18.04 
Shell :: create new branch from commit 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =