Commit 421f08a2 authored by Tomas Tomecek's avatar Tomas Tomecek
Browse files

Merge branch 'main' into 'main'

Class 3 HW

See merge request redhat/research/mastering-git!23
parents bd07583f 9fbc784f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
So far it was easy to understand.
I also like the homework you give us because I can try using git at home.
+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