commit.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: "\320\2641_\320\255\321\201\320\277\321\200\320\265\321\201\321\201\320\276.py/main.py"
Untracked files:
(use "git add <file>..." to include in what will be committed)
.idea/
"\320\2641_\320\255\321\201\320\277\321\200\320\265\321\201\321\201\320\276.py/coffee.db"
no changes added to commit (use "git add" and/or "git commit -a")
C:\Users\Михей\PycharmProjects\2 год\15_Введение в репозитории. Подключение в PyCharm. Работа с удаленным репозиторием>git add
как жобавить сразу все изменения а не каждое по отдельности?
git add -A
а тогда что это делает?
-A, --all add changes from all tracked and untracked files
вот в этот справочник хоть раз заглядывали? https://git-scm.com/docs/git-add#Documentation/git-add.txt--A
по узким темам да
-A --all --no-ignore-removal Update the index not only where the working tree has a file matching <pathspec> but also where the index already has an entry. скопипащу
-A, --all, --no-ignore-removal Если вы хотите добавить в индекс информацию об измененных/новых/удаленных файлах одновременно - вы можете воспользоваться опцией -A. тут кажется понятнее сказано...
ляяя, я еще и удаленные добавил, фиговенько)
да не файды сами, а информацию о них
Обсуждают сегодня