Horje
How to upload a files to a repository on github using gitbash 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




Shell

Related
npm install cli vue Code Example npm install cli vue Code Example
git revert uncommitted changes Code Example git revert uncommitted changes Code Example
snap install android studio Code Example snap install android studio Code Example
android studio Code Example android studio Code Example
vue cli Code Example vue cli Code Example

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