Horje
create github repository from git bash Code Example
How to upload a files to a repository on github using gitbash
git init
git add .
git commit -m "message for the commit"
git remote add origin https://url-of-github-repo
git push origin master or git push -f origin master
create github repo with bash
winpty curl -H 'Authorization: token [GENERATED_TOKEN]' https://api.github.com/user/repos -d '{"name":"[REPO_NAME_YOU_WANT]"}'

# follow steps here to generate token:
https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line

# note : you can add parameters to you command to set a description, switch to private, etc...
create github repository from git bash
Git and git hub repo




Shell

Related
bash set Code Example bash set Code Example
install pip from tt Code Example install pip from tt Code Example
catch input bash Code Example catch input bash Code Example
install pecl ubuntu Code Example install pecl ubuntu Code Example
cf7 use shortcode title Code Example cf7 use shortcode title Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10