This project is the first project of TheOdinProject website.
In vscode I learned those shortcuts:
Alt + Shift + ArrowUp/ArrowDown
- duplicate the line bar line down or upCtrl + Shift + ArrowUp/ArrowDown
- duplicate the line bar line down or up from the main line bar position.Ctrl + Enter
- New line without breaking the current lineCtrl + d
- duplicate the line bar on the next instance of the word
git command:
git commit --amend
- let you edit the last commit message.