Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: git eliminar rama local 
Shell :: get random number shell script 
Shell :: how to uninstall wps office in ubuntu 
Shell :: ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly 
Shell :: install .deb ubuntu 20.04 
Shell :: how to install git on ubuntu 20.04 
Shell :: god mod windows 
Shell :: shutdown heroku app 
Shell :: ubuntu install node js 
Shell :: no console pyinstaller 
Shell :: open firewall port ubuntu 16.04 
Shell :: Gem::LoadError : "ed25519 is not part of the bundle. Add it to your Gemfile." 
Shell :: cmd check if file exists or not 
Shell :: gitignore committed file 
Shell :: install geary ubuntu 
Shell :: how to convert ts to mp4 with ffmpeg 
Shell :: git abort REVERTING 
Shell :: how to see the history of the cmd 
Shell :: linux run command in loop 
Shell :: configure your git username/email 
Shell :: size of directory powershell 
Shell :: git remove upstream branch 
Shell :: enable lightdm 
Shell :: unable to resolve reference git 
Shell :: remove stash files git 
Shell :: linux filter specific group with cat and grep 
Shell :: Flutter plugin not installed; this adds Flutter specific functionality. windows 
Shell :: bash combine commands 
Shell :: checkbox github markdown 
Shell :: bash for file in 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =