Commit e804e358 authored by Matěj Šinogl's avatar Matěj Šinogl Committed by Matěj Šinogl
Browse files

[HOMEWORK 3] Added file containing cleared up concepts

parent 3d8d223a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
Some of the concepts and commands, which I have come to understand more (so far):
- difference between and importance of origin/upstream
- difference between forking and cloning
- !! git rebase -- how and why; interactive rebase !!
- git reset -- usage other than resetting after you have messed up your branch (e.g. splitting up a previous commit into smaller ones, or vice versa)
- git pull and git fetch
- !! how to take full advantage of and use git log and git reflog !!