- Fork Button on your top right.
- Open your terminal.
$ git clone https://github.com/<your username>/assignment1
- Import Project
- Import project from external model
- Select Gradle
- Press next and finish
src/main/java/ca/ciccc/Assignment1.java
- Source file
src/test/java/Grader.java
- Test file
- Open
Gradle.java
, you can test your solution.
- Create a new branch locally. (
$ git checkout -b <<YourFirstName>>
) - Edit, add and commit files.
- Push your branch to the remote repository. (
$ git push -u origin <<YourFirstName>>
) - Pull Request from your forked repository. README