Skip to content

Переклад book/10-git-internals/sections/refs.asc#105

Merged
tbudurovych merged 2 commits intoprogit:masterfrom
hedrok:10-refs
Mar 4, 2016
Merged

Переклад book/10-git-internals/sections/refs.asc#105
tbudurovych merged 2 commits intoprogit:masterfrom
hedrok:10-refs

Conversation

@hedrok
Copy link
Copy Markdown
Member

@hedrok hedrok commented Dec 9, 2015

fix #49

Comment thread book/10-git-internals/sections/refs.asc Outdated
You can run something like `git log 1a410e` to look through your whole history, but you still have to remember that `1a410e` is the last commit in order to walk that history to find all those objects.
You need a file in which you can store the SHA-1 value under a simple name so you can use that pointer rather than the raw SHA-1 value.
Ви можете виконати щось на кшталт `git log 1a410e`, щоб продивитись усю історію, проте ви все одно маєте пам’ятати, що `1a410e` є останнім комітом, щоб пройтись по цій історії та знайти всі ці об’єкти.
Вам потрібен файл, в якому ви будете зберігати значення SHA-1 під простим ім’ям, щоб ви могли використати цей вказівник замість сирого значення `1a410e`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

сирого значення 1a410e

в оригіналі немає 1a410e. Там "raw SHA-1 value". Це так навмисно?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Напевно випадково. Виправив.

@tbudurovych
Copy link
Copy Markdown
Contributor

це все

@hedrok
Copy link
Copy Markdown
Member Author

hedrok commented Mar 3, 2016

Виправив.

tbudurovych added a commit that referenced this pull request Mar 4, 2016
Переклад book/10-git-internals/sections/refs.asc
@tbudurovych tbudurovych merged commit 1d432ac into progit:master Mar 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10-git-internals/sections/refs.asc

2 participants