Git: Commits in Visual Studio Code

| Learn all about Git commits in Visual Studio Code. Don’t forget source control is your friend! 0:00 Intro to Git in VS Code 0:18 How to do git add in VS Code 0:37 How to do git reset in VS Code 1:11 How to do git commit --amend in VS Code 2:37 How to undo last commit (git update-ref) 3:33 How to rollback to previous commit (git update-ref) 5:18 How to do git stash in VS Code 7:28 How to do git clean command
Back to Top