Sobes.tech
Middle
217

Bütün faylları necə indeksləmək və bir əmrlə commit əlavə etmək olar?

AI-dan cavab

sobes.tech Süni İntellekt

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