Sister’s been cleaning all morning. Give it a thumbs up

Upload your local project to Github

I. The first method:

You’ll need a Github account first, so sign up if you don’t already!

github.com/

To use Git, you need to install git tool first. Here is the download address. After downloading, you can directly install git:

git-for-windows.github.io/

1. Go to the Github home page and click New Repository to create a New project

2. Enter the required information and click Create

Repository name: indicates the Repository name

Description(Optional): Describes the warehouse

Public, Private: Repository permissions (Public sharing, Private or designated partner)

Initialize this repository with a README: Add a readme.md

Gitignore: indicates the type of repository that does not need to be versioned

License: indicates the certificate type, corresponding to the generated file license

4. Click Clone or dowLoad and a copy address will appear.

Git Gui Here, git Bash Here, git Bash Here, git Gui Here, git Bash Here Test_Bluetooth is my project name.

6. Next, type the following code (key step) to clone the repository on Github to local

7. After this step your local project folder will be more below a folder, the folder name that is making the above project name for you, as I had a Test more folders, we put the local project folder all the files (in addition to the folder need not more), the rest is copied to the new folder, more

8. Run the CD Test command to go to the Test folder

9. Enter the following code to complete the rest operations:

Git add. Add all files in the Test folder.

Git commit -m

Git push -u origin master git push -u origin master