This Repository is a collection of code by those who are learning java.
Students are expected to setup the following.
- Install and Setup Git.
- Create a github.com account.
- Download IDE of choice for java development and install.
- Download and install jdk 11 or 12. Use this link https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html or this https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html .
- Apply for github student pack here https://education.github.com/discount_requests/new .
- Come back to us in the WhatsApp group so we may help you make your first PR with a simple "hello world" program.
- After cloning the repository, Creat a new directory and give it your
Name
For example:CollinsJava
- Creat a new branch with you name, follow this steps
- Open a new terminal windows
- Move to your working directory, that is
cd yourDirectoryName/JavaLearningCode
- Creat a new branch with
git checkout -b YourBranchName
- On pushing your work make sure you push but the branch for example
git push YourBranchName
- Once you have push, go online and create PR so that your work will be reviewed and merged.