The Complete Strapi™ Course with Plugins and Deployment - Creating a GitHub Repo for Our Project

The Complete Strapi™ Course with Plugins and Deployment - Creating a GitHub Repo for Our Project

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial covers setting up a project for backup and deployment using GitHub and render.com. It guides viewers through creating a new GitHub repository, initializing it with git, and pushing code to the repository. The tutorial also explains how this setup serves as a foundation for automated workflows with render.com.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is one of the main purposes of using repositories as mentioned in the video?

To store large media files

To create private networks

To serve as a base for automated deployments

To replace cloud storage services

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in creating a new GitHub repository?

Click 'new' in GitHub

Commit files

Add a remote

Initialize git

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do after running 'git init' in your code base?

Add a remote

Create a new branch

Merge branches

Delete old files

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to push your code to the GitHub repository?

git push origin main

git clone origin

git pull origin main

git fetch origin

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the final step mentioned for setting up the code on GitHub?

Deleting the local repository

Merging with the main branch

Creating a new branch

Pushing the code to the repository