From b0442abfb68c6de9c9bfe96ac330082e2e39853d Mon Sep 17 00:00:00 2001 From: ZerGood Date: Fri, 5 Aug 2022 20:07:00 +0500 Subject: [PATCH] View logs --- index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.md b/index.md index 6e54937..1dbf8e2 100644 --- a/index.md +++ b/index.md @@ -97,3 +97,9 @@ git log --graph --all ``` ## Заголовок + + +## Просмотр лога репозитория +``` + git log --graph --all +```