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

7. Git #56

Open
vovs03 opened this issue Mar 14, 2023 · 0 comments
Open

7. Git #56

vovs03 opened this issue Mar 14, 2023 · 0 comments

Comments

@vovs03
Copy link
Owner

vovs03 commented Mar 14, 2023

History

https://githowto.com/history

  • git log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short

Давайте посмотрим на это подробно:

--pretty="..."определяет выходной формат.
%h это сокращенный хэш коммита
%d оформление фиксации (например, заголовки ветвей или теги)
%ad дата фиксации
%s это комментарий
%an это имя автора
--graph указывает git отображать дерево коммитов в виде графического макета ASCII
--date=short сохраняет формат даты коротким и красивым

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant