SelfStudyJavaCourse/week0 at master · ichernysh/SelfStudyJavaCourse
This is a test lesson and its aim is to let you practice with that flow we're going to follow.
Before you start
- You should be familiar with Git. At least with Git basics. To do so please visit http://git-scm.com/documentation
- Create an GitHub account if you still don't have one - https://github.com/join
- Install Git on your local environment - http://git-scm.com/downloads
- Learn how to fork repositories - https://help.github.com/articles/fork-a-repo
- Learn how to work with pull-requests - https://help.github.com/articles/using-pull-requests
To start the lesson please follow the instructions below:
- Fork this repository to your GitHub account
- Clone your fork to your local environment
- When the repository is cloned, go to the following path - week0/workplace
- Create there a folder in the following format - name.surname
- Under the folder you've created create an empty text file with any name
- Commit the file and push the changes
- Initiate, review and send a pull-request
- Wait until the pull-request is reviewed. It could be either closed or merged, in other terms: rejected or accepted. In any case take into account all comments if those were done.
- If the pull-request was closed (rejected) carefully read our comments, fix issues and go back to the step 6.
- If the pull-request was merged (accepted), our congratulations, you've just finished the lesson. Move forward to the next one.