Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

code commit on github

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

How to commit the code to the github

Git commit -m “message”
Comment

PREVIOUS NEXT
Code Example
Shell :: Bootable flash from ubuntu terminal 
Shell :: openjdk-17-jdk 
Shell :: npm delete 
Shell :: nvm github 
Shell :: github create repository command line 
Shell :: download file ssh 
Shell :: linux ssh into machine with private key 
Shell :: dos dir to text file 
Shell :: Install GitLab using Docker Engine 
Shell :: github new repo 
Shell :: Remove Files and Directories 
Shell :: redirect stderr to file linux 
Shell :: linux nano how to go to a certain line 
Shell :: linux distributions command line 
Shell :: how add ssh 
Shell :: scp send file to remote 
Shell :: angular install ngx-bootstrap 
Shell :: free image upload server 
Shell :: curl x imap 
Shell :: public access denied assmebla 
Shell :: npm -g yarn 
Shell :: How can I make a bash command run periodically 
Shell :: ansible ssh on different port 
Shell :: create aws ec2 launch template 
Shell :: install docpars 
Shell :: ubuntu install meslo font 
Shell :: how to open .mbox file ubuntu 
Shell :: rpm scriptlets 
Shell :: solr cloud cluster setup 
Shell :: how to check the requirement of a package in pip 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =