Junior
159
Hoe indexeer je alle bestanden in één commando en voeg je een commit toe aan het versiebeheersysteem?
Antwoord van AI
sobes.tech AI
git add . && git commit -m "Initial commit"
Antwoord van AI
sobes.tech AI
git add . && git commit -m "Initial commit"