How to create a new repository on the command line

$ echo "# my-shop" >> README.md 
 
$ git init
 
$ git add .
  
$ git commit -m "first commit"
 
$ git remote add origin https://github.com/sanuptpm/my-shop.git
 
$ git push -u origin master
 
 

Comments

Popular posts from this blog

Basic Git Command for first time github user

Python IMAP list response, listing mailboxes, mailbox status, selecting_mailbox, searching messages, search criteria, fetching messages, whole messages, uploading messages, moving and copying messages, deleting messages, delete mailbox,search with uid