From db5acf5883be3cd9e7aa3aebb46f67f7a1f8b579 Mon Sep 17 00:00:00 2001 From: s500512 Date: Sun, 1 Dec 2024 22:18:30 +0100 Subject: [PATCH] Updated history.txt --- lab8/history.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/lab8/history.txt b/lab8/history.txt index e38e567..edeaa25 100644 --- a/lab8/history.txt +++ b/lab8/history.txt @@ -143,3 +143,22 @@ 143 cat log.txt 144 histoy > history.txt 145 history > history.txt + 146 ls + 147 cd .. + 148 cp ../laboratoria8-zadaniedomowe.pdf lab8/ + 149 cd lab8 + 150 ls + 151 git status + 152 git add . + 153 ls + 154 git status + 155 git commit -m 'Added files from lab8' + 156 ls -a + 157 rm .gitkeep + 158 git status + 159 git add . + 160 git status + 161 git commit -m 'Deleted .gitkeep from lab8' + 162 git push + 163 history + 164 history > history.txt