Learn Git in 3 Hours- Installing and Configuring Git

Learn Git in 3 Hours- Installing and Configuring Git

Assessment

Interactive Video

Information Technology (IT), Architecture, Business

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial guides users through the process of installing and configuring Git on both macOS and Windows 10. It covers downloading the installer, running it, and setting up Git with a username and email address for both operating systems. The tutorial also introduces the terminal and git bash applications, which will be explored further in subsequent videos.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step to install Git on macOS?

Download Git from git-scm.com

Configure username and email

Open the Terminal app

Run Git Bash

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to set a global username in Git on macOS?

git config --local user.name

git config --global user.name

git set user.name

git global user.name

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where do you navigate to download the Git installer for Windows?

git.com

github.com

git-scm.com

sourceforge.net

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What application is used to interact with Git on Windows?

Command Prompt

PowerShell

Git Bash

Terminal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set a global email address in Git on Windows?

git email --global

git config --global user.email

git set user.email

git config --local user.email