Skip to content

Adding resources needed for work #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 16, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions JavaLearningCode.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@
This Repository is a collection of code by those who are learning java.

## Getting Started
Students are expected to setup the folowing.
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.
- Come back to us in the WhatsApp group so we may help you make your first PR with a simple "hello world" program.

## Steps to follow when working.
- 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.
Binary file added resources/Java How to Program, 10th Edition.pdf
Binary file not shown.
Binary file not shown.
Binary file added resources/java_pl1.pdf
Binary file not shown.