How does vscode connect to github?
Note a few points:
1. When setting up a git environment, you need to create a new folder, enter the folder and enter the git bash command
Git environment construction
2. The newly created files of vs code must be in the folder with git environment
3. When pushing resources from vs code, select push to , Only in this way can it be successfully submitted to the remote warehouse
vs code Upload resources to github
4. After deleting the local folder, you can synchronize the remote warehouse through Sync
More article tutorial recommendations: vscode tutorial
The above is the detailed content of How to connect vscode to github. For more information, please follow other related articles on the PHP Chinese website!