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

Трохи виправлень #201

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion book/07-git-tools/sections/rerere.asc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Recorded preimage for 'hello.rb'
Automatic merge failed; fix conflicts and then commit the result.
----

Зверніть тут увагу на новий рядок `Recorded preimage for FILE` (записано предвідбиток для ФАЙЛУ).
Зверніть тут увагу на новий рядок `Recorded preimage for FILE` (записано передвідбиток для ФАЙЛУ).
Решта виглядає так само, як і звичайний конфлікт зливання.
Наразі, `rerere` знає декілька речей.
Зазвичай, ви зараз виконали б `git status`, щоб побачити всі конфлікти:
Expand Down
2 changes: 1 addition & 1 deletion book/07-git-tools/sections/submodules.asc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ $ git commit -am 'added DbConnector module'
Зверніть увагу на права доступу `160000` для елементу `DbConnector`.
Це спеціальні права доступу в Git, що означають, що ви записуєте коміт як директорію, а не просто піддиректорію або файл.

Lastly, push these changes:
Наостанок, надішліть ці зміни:

[source,console]
----
Expand Down