Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add code to github repository from command line

echo "# cinemaos" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Agustine-dev/cinemaos.git
git push -u origin main
Comment

push code to github repository from command line

git remote add origin https://github.com/Agustine-dev/cinemaos.git
git branch -M main
git push -u origin main
Comment

add code to github repository from command line

echo "# cinemaos" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/Agustine-dev/cinemaos.git
git push -u origin main
Comment

push code to github repository from command line

git remote add origin https://github.com/Agustine-dev/cinemaos.git
git branch -M main
git push -u origin main
Comment

PREVIOUS NEXT
Code Example
Shell :: how to check bash runs with sudo 
Shell :: python requirements 
Shell :: cannot install gcc on ubuntu 
Shell :: how to install wps office in ubuntu 
Shell :: Cria um dispositivo gerenciado de cores 
Shell :: linux dir one line 
Shell :: openssl generate certificate 
Shell :: install yfinance 
Shell :: git delete local commit 
Shell :: Search for file using bash 
Shell :: catkin_make ignore package 
Shell :: gdal 0 1 raster to binary 
Shell :: android sha1 generate 
Shell :: gitignore already tracked files 
Shell :: install werkzeug 
Shell :: start mongod ubntu 
Shell :: Git checkout remote branch in git 
Shell :: install jq in windows 
Shell :: change docker folder windows 
Shell :: acce;lerate ubuntu 
Shell :: ubuntu desktop file folder 
Shell :: check ram type 
Shell :: download blender ubuntu snap 
Shell :: no such file or directory scandir node-sass/vendor 
Shell :: laravel generate random 6 digit number 
Shell :: dexie nuxt 
Shell :: spotify linux 
Shell :: bash print last n lines of file 
Shell :: Créer un installateur Windows 
Shell :: git log for specific file 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =