From 53a7f53649ebbfd9374b309a61a23075fe1db891 Mon Sep 17 00:00:00 2001 From: Abdelilah Date: Fri, 27 Oct 2023 12:29:36 +0100 Subject: [PATCH] docs(git project): Add submission and evalution section --- subjects/git/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/subjects/git/README.md b/subjects/git/README.md index 2c6a34bb5..86779c65a 100644 --- a/subjects/git/README.md +++ b/subjects/git/README.md @@ -188,4 +188,9 @@ This is the Hello World example from the git project. This is the Hello World example from the git project. (Changed in the original and pushed to shared) ``` -- Quick hop over to the clone repository `cloned_hello` and pull down the changes just pushed to the shared repository. \ No newline at end of file +- Quick hop over to the clone repository `cloned_hello` and pull down the changes just pushed to the shared repository. + +## Submission and Evaluation +Your work will have to be submitted in the `gitea` link provided. the evaluation will be performed based on your submission and in accordance with the following criterias: ++ Correctness of the git commands you are using. ++ Clear understanding of the git commands and concepts. \ No newline at end of file