Suraj121704c / MyAllData

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code-submission - Masai School Coding Assignments

What is Masai-course repo?

  • Masai will provide you repo with folder template along with maintain access, so that you will be able to push your daily assignments.

Steps to clone masai-course repo

Screenshot 2022-06-10 at 3 12 26 PM

  • 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.

Screenshot 2022-06-09 at 12 14 42 PM

  • 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

Screenshot 2022-06-10 at 3 12 26 PM

  • 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
    Screenshot 2022-06-10 at 3 12 26 PM
  • Go to your repository and check for changes

Video Demo

masai-repo.clone.mp4

Do’s and Dont’s

  • 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.
  • Your repo should be private, don’t change it to public,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

About


Languages

Language:JavaScript 64.5%Language:HTML 24.5%Language:CSS 6.1%Language:TypeScript 4.4%Language:Java 0.3%Language:Objective-C 0.1%Language:Ruby 0.1%Language:Objective-C++ 0.0%