To config git in vs code, run following commands: -> git config user.name "usernameInGithub" -> git config user.email "emailInGithub" -> git clone "pasteHereHTTPlink"
To update changes -> git add . -> git commit -m "message" -> git push
| Name | Name | Last commit date | ||
|---|---|---|---|---|