Middle
211
Come indicizzare tutti i file e aggiungere un commit in un solo comando?
Risposta dell'AI
sobes.tech AI
# Добавить все изменения в staging area (проиндексировать) и создать коммит с сообщением "Initial commit"
git add . && git commit -m "Initial commit"