Commit 75bd8aa0 authored by Tomas Tomecek's avatar Tomas Tomecek
Browse files

Merge branch 'hw2' into 'main'

HW2

See merge request redhat/research/mastering-git!19
parents 6644d50e 91fe4337
Loading
Loading
Loading
Loading
+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.
+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