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