- Masai will provide you repo with folder template along with maintain access, so that you will be able to push your daily assignments.
- Step 1 : Visit https://github.com/ and click on masai-repo
- To clone on to your local system copy HTTP address.
- Open any drive or folder with VS code and clone this repo
git clone <https address>
- You can see folder with your repo name
- Move to that repo folder by changing your directory
cd Cherry_fw_13_0001/
- As you see there are different folder with unit names mentioned.
- You need to push your code into these folders, suppose you are in unit-2 sprint-2 day-2
- Go into
unit-2 → sprint-2 → day-2 → assignments
-
Create your assignment files in that folder, if it is template based assignment/ evaluation, extract in that folder directly.
-
After creating files, sync your files to repo
git add . git commit -m "push message" git push origin master
-
Go to your repository and check for changes
- Clone this repo on to your local system.
- Push your daily assignments/evaluations into this repo.
- for example, if you are in unit-2 sprint-1 day-1 , go to
unit-2 → sprint-1 → day-1
and push your assignments.
- for example, if you are in unit-2 sprint-1 day-1 , go to
- Your repo should be
private
, don’t change it topublic,
Masai team can access your repo even if it is private. - For the entire masai journey, you should push all your assignments into this repo, you should not push to seperate personal repo, untill and unless masai team asked to do so.
- Don’t share your repo link with any students, doing so will lead to termination