Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to push code into github reposityory

echo "# PdfReaderApplication" >> README.md
git init
git add .
git commit -m "first commit"
git branch -M main
git remote add origin urllink.git
git push -u origin main
Comment

how to push code into github reposityory

echo "# PdfReaderApplication" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin urllink.git
git push -u origin main
Comment

PREVIOUS NEXT
Code Example
Shell :: eslint check 
Shell :: change config for this repository 
Shell :: is sequal ace in linux? 
Shell :: guest additions not working on ubutnu 2104 
Shell :: add dependencies to package.json 
Shell :: linux echo variable value 
Shell :: pyqt designer for linux 
Shell :: rename a.out 
Shell :: how create new git branch 
Shell :: host your pdf resume on github and jekyll 
Shell :: turn on wiregurad ubuntu 
Shell :: laravel installer version 
Shell :: migrate git repository 
Shell :: mac send terminal output to clipboard 
Shell :: delete history linux range 
Shell :: sdkmanager "system-images;android-27;google_apis_playstore;x86" 
Shell :: concat two txt 
Shell :: lister branches git distantes 
Shell :: cordova-plugin-facebook4 update 
Shell :: mc for ubuntu linux 
Shell :: linux gzip multiple files 
Shell :: where does redis store data 
Shell :: git clone vs add remote 
Shell :: jenkins install linux 
Shell :: bash add default argument 
Shell :: how to move files that begine with uppercase in linux 
Shell :: clear pagespeed cache 
Shell :: update cordov ios 
Shell :: how to restore default apache httpd conf file 
Shell :: Install the postgres CLI tools 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =