02 - Introduction to Git
Andrey Panov
Goals
Learn basics of Git & Github in order to be able to send homeworks and build your online portfolio.
- download & install Git https://git-scm.com/downloads
- understand what source control management system is used for
- learn basic Git commands:
git init
git add
git commit
git push
- learn the importance of comments in git commit
- create a GitHub account
- learn how to use Git from Intellij IDEA
- create first repository on Github with couple of commits
Slides
Homework
Push your homework from the Lesson 1 to repository which we created.