Loading class3_homework/536494.txt 0 → 100644 +10 −0 Original line number Diff line number Diff line I like that the course combines covering git basics with interesting information about git internal processes. The size of the group is optimal since anyone can ask any questions and instructors are polite and technical in their answers. I also appreciate practical demonstrations, because the examples on the slides sometimes doesn't give complete insight into the command functionality. However, as was mentioned in the first class, slides don't serve as study material. I have already tried all bacis git commands in order to create my own project with remote origin on GitLab. class3_homework/536494_commands.txt 0 → 100644 +11 −0 Original line number Diff line number Diff line git branch hw2 git switch hw2 cd class3_homework/ git status micro 536494.txt git status git add 536494.txt git commit -m "Class review added in file: 536494.txt" git push git push --set-upstream origin hw2 git status Loading
class3_homework/536494.txt 0 → 100644 +10 −0 Original line number Diff line number Diff line I like that the course combines covering git basics with interesting information about git internal processes. The size of the group is optimal since anyone can ask any questions and instructors are polite and technical in their answers. I also appreciate practical demonstrations, because the examples on the slides sometimes doesn't give complete insight into the command functionality. However, as was mentioned in the first class, slides don't serve as study material. I have already tried all bacis git commands in order to create my own project with remote origin on GitLab.
class3_homework/536494_commands.txt 0 → 100644 +11 −0 Original line number Diff line number Diff line git branch hw2 git switch hw2 cd class3_homework/ git status micro 536494.txt git status git add 536494.txt git commit -m "Class review added in file: 536494.txt" git push git push --set-upstream origin hw2 git status