Commit 9fbc784f authored by Maroš Pavlík's avatar Maroš Pavlík
Browse files

added commands history to homework 3

parent b0b58404
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
1999  cd pv177/mastering-git-pv-177/
 2000  ls
 2001  git pull
 2002  ls
 2003  git branch
 2004  git switch main
 2005  ls
 2006  git pull
 2007  ls
 2008  cd class3_homework/
 2009  touch 536589.txt
 2010  ls
 2011  \vi 536589.txt
 2012  vi 536589.txt
 2013  git status
 2014  git add .
 2015  git status
 2016  git commit -m "class 3 homework start"
 2017  git branch
 2018  git push
 2019  history