Skip to content

shchen/public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

git commands

Hello github!!

For new repo:
  • mkdir folder_name
  • git init
  • vim README.rst
  • git add README.rst
  • git commit
  • git remote add origin git@github.com:shchen/repo_name.git
  • git push -u origin master
Common commands:
  • git add file_name.rst
  • git rm file_name.rst
  • git commit -a
  • git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published