Commit 97d5d0ab authored by Tomas Tomecek's avatar Tomas Tomecek
Browse files

Merge branch 'feat/hw-03' into 'main'

feat(hw-03): add 524881 submission

See merge request redhat/research/mastering-git!27
parents 421f08a2 004cac7a
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
First of all, I would like to say that I appreciate you coming to our faculty. 
We do not have a course specifically dedicated to git and I think it is missing.

Regarding the course itself, I really like the format. The seminars go straight
to the point. You try to cover all the necessary features without going too much
into detail which could overload some of the students.

So far we have mostly covered all the basics that I already knew. Personally, I 
am looking forward to the last three seminars which I find the most interesting.

One thing I might point out I slightly missed was covering the .git directory.
I know we peeked into it during one seminar but covering it more thoroughly
could prove beneficial to the students.

Anyways, thanks again for coming here :))
+10 −0
Original line number Diff line number Diff line
git pull upstream main
git push origin main
git branch feat/hw-03
git switch feat/hw-03
vim 524881.txt
git add 524881.txt
git commit -m "feat(hw-03): add 524881 seminar review"
git add 524881_commands.txt
git commit -m "feat(hw-03): add 524881 git commands"
git push -u origin feat/hw-03