Skip to content

konstantin-pletenev-ext/JavaBootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaBootcamp

  1. Create your gitHub user
  2. Push fork button on gitHub website

IDEA setup

  1. In IDEA - Setings -> Build... -> Compiler -> uncheck Automatically show first error
  2. In IDEA - Setings -> Build... -> Compiler -> Java Compiler -> in Use compiler choose 'Eclipse'
  3. In IDEA - Run -> Edit configuration -> Defaults -> Aplications -> In section 'Before launch' delete 'Build' and add Build, no error check

Git commands

  1. in GitBash - git checkout -b [your_name] (git checkout -b konstantin_pletenev)
  2. git push --set-upstream origin [your_name]
  3. in GitBash - git clone https://github.com/[name_of_your_git_user]/JavaBootcamp.git
  4. git pull - get last version
  5. git commit -m "[name]" - save local changes
  6. git push - push changes to git server

Slides

https://github.com/konstantin-pletenev-ext/JavaBootcamp/tree/master/Presentations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages