HW0: git usages & OS hw0-group establishment.
add yourself in 'members' file in the following format: number, name, student_no.
add your group in 'groups' file.
add your group in a separate branch, put the team members into a members file.
- Initialization with git clone
- git pull, getting up-to-date repository
- (optional) make and move to your branch
- (optional) push your branch
- modify your code/data
- make sure that it is correct (compiles, and works)
- commit with message (commit log)
- git push, make things visible
- Checkout before make changes
- stick to your branch
- if you're merging branches, be respect previous (others) commits
- if you find merge conflict, resolve the conflict and merge again.
- Stick to your branch, way before you go
- Don't screw up the others repository (don't push waste)
- git reset / git clone works quite well
- commit frequently in order not to lose your precious code / data