- Create your gitHub user
- Push fork button on gitHub website
- In IDEA - Setings -> Build... -> Compiler -> uncheck Automatically show first error
- In IDEA - Setings -> Build... -> Compiler -> Java Compiler -> in Use compiler choose 'Eclipse'
- In IDEA - Run -> Edit configuration -> Defaults -> Aplications -> In section 'Before launch' delete 'Build' and add Build, no error check
- in GitBash - git checkout -b [your_name] (git checkout -b konstantin_pletenev)
- git push --set-upstream origin [your_name]
- in GitBash - git clone https://github.com/[name_of_your_git_user]/JavaBootcamp.git
- git pull - get last version
- git commit -m "[name]" - save local changes
- git push - push changes to git server
https://github.com/konstantin-pletenev-ext/JavaBootcamp/tree/master/Presentations