File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,12 @@ Students are expected to setup the folowing.
10
10
or this https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html .
11
11
- Apply for github student pack here https://education.github.com/discount_requests/new .
12
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.
You can’t perform that action at this time.
0 commit comments