Skip to content

Commit

Permalink
Merge pull request #201 from lynxnake/master
Browse files Browse the repository at this point in the history
Трохи виправлень
  • Loading branch information
hedrok authored Oct 17, 2024
2 parents f2c1e77 + 6694acd commit 1f35ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 1f35ef8

Please sign in to comment.