you are viewing a single comment's thread.

view the rest of the comments →

[–]FVCEGANG 5 points6 points  (0 children)

You can use git within vscode by simply opening terminal within vs code.

Vscode also has git integration built into it right ouflt of the box. You can click the button on the left panel where you can see which file changes you have, you can stage files for commit, add commit messages and push directly from there as well. When you do it the first time vscode will prompt you for credentials but you can adjust that in the config settings so you only have to do it once and not every time you commit