Welke knop is welk commando?
| In VS Code | Doet hetzelfde als |
|---|---|
| Initialize Repository | git init |
+ naast een bestand | git add <bestand> |
+ naast Changes | git add . |
| Commit-knop | git commit -m "..." |
| Changes-lijst | git status |
| Source Control Graph | git log |
Loopt er iets vast?
Zie Er gaat iets mis.