Loading class3_homework/524881.txt 0 → 100644 +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 :)) class3_homework/524881_commands.txt 0 → 100644 +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 Loading
class3_homework/524881.txt 0 → 100644 +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 :))
class3_homework/524881_commands.txt 0 → 100644 +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