Commit 8fa09c95 authored by Jiří Buchta's avatar Jiří Buchta
Browse files

made commands file more readable

parent 7ac3ea39
Loading
Loading
Loading
Loading
+20 −20
Original line number Diff line number Diff line
: 1740583203:0;ls
: 1740583205:0;cd mastering-git
: 1740583206:0;ls
: 1740583221:0;cd class2_homework
: 1740583222:0;ls
: 1740583230:0;cat 255490.txt
: 1740583230:0;ls
: 1740583313:0;touch 524981.txt
: 1740583316:0;nvim 524981.txt
: 1740583521:0;git status
: 1740583524:0;git add -A
: 1740583525:0;ls
: 1740583543:0;git status
: 1740583552:0;git switch -c dev
: 1740583556:0;git status
: 1740583579:0;git commit -m "added uco file with stuff I want to see in this course"
: 1740583581:0;git push
: 1740583589:0;git push --set-upstream origin dev
: 1740583727:0;echo $HISTFILE
: 1740583852:0;tail -n 20 ~/.zsh_history > "524981_commands.txt"
ls
cd mastering-git
ls
cd class2_homework
ls
cat 255490.txt
ls
touch 524981.txt
nvim 524981.txt
git status
git add -A
ls
git status
git switch -c dev
git status
git commit -m "added uco file with stuff I want to see in this course"
git push
git push --set-upstream origin dev
echo $HISTFILE
tail -n 20 ~/.zsh_history > "524981_commands.txt"