From 862bd4b74e54696de9f98b11840f49ba9a337fb0 Mon Sep 17 00:00:00 2001 From: s500512 Date: Sun, 1 Dec 2024 22:20:46 +0100 Subject: [PATCH] Updated history.txt to make 3x git push --- lab8/history.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lab8/history.txt b/lab8/history.txt index edeaa25..d02f605 100644 --- a/lab8/history.txt +++ b/lab8/history.txt @@ -162,3 +162,15 @@ 162 git push 163 history 164 history > history.txt + 165 git status + 166 git add . + 167 git commit -m 'Updated history.txt' + 168 git push + 169 git log + 170 git log > log.txt + 171 git add . + 172 git status + 173 git commit -m 'Updated log.txt' + 174 git push + 175 history + 176 history > history.txt