Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

start with git and github

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

github start

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

PREVIOUS NEXT
Code Example
Shell :: clone private repo github ssh 
Shell :: concat two txt 
Shell :: generate pkcs12 certificate using keytool 
Shell :: how to locate a file in linux 
Shell :: webdev: command not found 
Shell :: some github markup badges 
Shell :: how to remove first colum froim file linux 
Shell :: bash cd || exit 
Shell :: revert to commit git 
Shell :: greater than certain value from pipe shell 
Shell :: vs code linux cache 
Shell :: linux gzip multiple files 
Shell :: linux set partition label 
Shell :: wifi drivers realtek 8852 for Ubuntu 
Shell :: change default boot grub 
Shell :: Use R markdown in github README 
Shell :: cli50 documentation 
Shell :: bash add default argument 
Shell :: linux command to show memory hardware 
Shell :: add my current project to an already existing GitHub repository 
Shell :: rm -rf except 
Shell :: How to pass a user defined argument in scrapy spider 
Shell :: cert manager version 
Shell :: kill background job 
Shell :: change desktop icon size in linux 
Shell :: zsh shell in linux 
Shell :: archive file 
Shell :: git make new branch 
Shell :: how to execute .sh file in linux 
Shell :: append data to a file with cat command 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =