Welke knop is welk commando?
| In VS Code | Doet hetzelfde als |
|---|---|
| Publish Branch (eerste keer) | git remote add origin <url> + git push -u origin main |
| Sync Changes (daarna) | git pull + git push |
| Pijl-omhoog-icoon (handmatig) | git push |
| In VS Code | Doet hetzelfde als |
|---|---|
| Publish Branch (eerste keer) | git remote add origin <url> + git push -u origin main |
| Sync Changes (daarna) | git pull + git push |
| Pijl-omhoog-icoon (handmatig) | git push |