You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,21 @@ Students are expected to setup the following.
13
13
14
14
## Steps to follow when working.
15
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
16
+
- Creat a new branch with you name, follow this steps.
17
+
* Open a new terminal windows.
18
18
* Move to your working directory, that is `cd yourDirectoryName/JavaLearningCode`
19
19
* Creat a new branch with `git checkout -b YourBranchName`
20
20
* On pushing your work make sure you push but the branch for example `git push YourBranchName`
21
21
* Once you have push, come to us and we shall create in branch in your name where you shall be creating all your PR to.
22
22
* Go online and create PR to the branch with your name so that your work will be reviewed and merged.
23
23
* Thanks
24
+
25
+
## How to go through your work
26
+
- There are level of difficulties to go through and each person should solve atmost 8 and atleast 6 of each difficulty before going to the next level of difficulty. The levels are:
27
+
* Difficulty01
28
+
* Difficulty02
29
+
* Difficulty03
30
+
* Difficulty04
31
+
* Difficulty05
32
+
- It should be advisable that each level of difficulty issues should be in a different folder.
33
+
- Going though all this will help you being suited to android development using the java language.
0 commit comments