Sobes.tech
Middle
218

Hoe indexeer je alle bestanden en voeg je een commit toe in één commando?

Antwoord van AI

sobes.tech AI

# Добавить все изменения в staging area (проиндексировать) и создать коммит с сообщением "Initial commit"
git add . && git commit -m "Initial commit"