Skip to content

Commit a857d5b

Browse files
author
Wandji69
committed
Update work instructions
1 parent 7f77bce commit a857d5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ Students are expected to setup the folowing.
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 .
1212
- 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.

0 commit comments

Comments
 (0)