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 |
Volgende tutorial
- GitHub: account en repo — maak een account en je eerste online repository.