vscode use github repository

1, install git

2, open the git bash

3, the git bash cd d: / aaa enter the corresponding directory.

4, subject to local github project.

  git clone https://github.com/XXXXXXXXXXXXXXX.git

5, local clone complete.

6, after the code modification, from vscode git panel can see the modified content.

7, click the plus sign to add to the staging area.

8, click on the check mark documents submitted to the staging area, and modify the contents written instructions.

9, push & || account password.

Guess you like

Origin www.cnblogs.com/lstrive/p/10980146.html