Skip to content

Commit 77f3186

Browse files
authored
Merge pull request DSC-UB#1 from Wandji69/dev
Adding resources needed for work
2 parents 75765dc + f3742c4 commit 77f3186

5 files changed

+20
-2
lines changed

JavaLearningCode.iml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="WEB_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$" />
6+
<orderEntry type="inheritedJdk" />
7+
<orderEntry type="sourceFolder" forTests="false" />
8+
</component>
9+
</module>

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22
This Repository is a collection of code by those who are learning java.
33

44
## Getting Started
5-
Students are expected to setup the folowing.
5+
Students are expected to setup the following.
66
- Install and Setup Git.
77
- Create a github.com account.
88
- Download IDE of choice for java development and install.
99
- Download and install jdk 11 or 12. Use this link https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html
1010
or this https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html .
1111
- Apply for github student pack here https://education.github.com/discount_requests/new .
12-
- Come back to us in the whatsapp group so we may help you make your first PR with a simple "hello world" program.
12+
- Come back to us in the WhatsApp group so we may help you make your first PR with a simple "hello world" program.
13+
14+
## Steps to follow when working.
15+
- After cloning the repository, Creat a new directory and give it your `Name` For example: `CollinsJava`
16+
- Creat a new branch with you name, follow this steps
17+
* Open a new terminal windows
18+
* Move to your working directory, that is `cd yourDirectoryName/JavaLearningCode`
19+
* Creat a new branch with `git checkout -b YourBranchName`
20+
* On pushing your work make sure you push but the branch for example `git push YourBranchName`
21+
* Once you have push, go online and create PR so that your work will be reviewed and merged.
15.5 MB
Binary file not shown.

resources/java_pl1.pdf

2.55 MB
Binary file not shown.

0 commit comments

Comments
 (0)