Commit e90bb391 authored by Vladimír Kousal's avatar Vladimír Kousal
Browse files

Added 536480's commands

parent 078db2a3
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
  524  cd Desktop/
  525  git clone git@gitlab.fi.muni.cz:xkousal2/mastering-git.git
  526  cd mastering-git/
  527  mkdir class2_homework
  528  ls
  529  cd class2_homework/
  530  touch 536480.txt
  531  nvim 536480.txt 
  532  subl 536480.txt 
  533  git add 536480.txt 
  534  git commit -m "Added a text file with suggestions for the course"
  535  git checkout -b hw01
  536  git push origin hw01
  537  history > class2_homework/536480_commands.txt
  538  ls
  539  touch 536480_commands.txt
  540  history > class2_homework/536480_commands.txt
  541  history > 536480_commands.txt