Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reset.asc #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions book/07-git-tools/sections/reset.asc
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ $ git ls-tree -r HEAD
Індекс -- це *пропозиція наступного коміту*.
Ця концепція Git також має назву ``Область Додавання'', адже саме сюди дивиться Git при виконанні `git commit`.

Git заповнює цей індекс списком усього вмісту файлів, що був отриманий зі сховища до вашої робочої теки востаннє та яким він тоді був.
Потім ви замінюєте деякі з цих файлів новими версіями, та `git commit` перетворює це на дерево для нового коміту.
Git заповнює індекс списком початкового вмісту всіх файлів, вивантажених в останній раз в ваш робочий каталог. Потім ви замінюєте деякі з тих файлів їх новими версіями(вносите свої зміни) і команда `git commit` перетворює їх в дерево для нового комміту.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


[source,console]
----
Expand Down