Github is a hosting platform for open source and private software projects, which is a must for every programmer to master. In this article, the steps to add local projects to Github are organized, which is convenient for myself to refer to, hoping to help partners!
Create a new repository on Github
2, git clone
Local clone the project you just created
3. Copy the contents of the local folder to the new cloned folder
4, CD to the cloned file
Example: CD seller
Git add.
Add a local file to the local cache
6, git commit -am
What is the comment inside the quotation mark that you submitted this time to make a comment, so that you can read it later
Git push -u origin master
Push files from the local cache repository to a remote location, that is, on the web