Practice Basic Git Setup (First Time Only) - 5.4 | Chapter 5: Git and GitHub Basics – Tracking and Sharing Your Code | Full Stack Web Development Basics
K12 Students

Academics

AI-Powered learning for Grades 8–12, aligned with major Indian and international curricula.

Academics
Professionals

Professional Courses

Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.

Professional Courses
Games

Interactive Games

Fun, engaging games to boost memory, math fluency, typing speed, and English skills—perfect for learners of all ages.

games

Practice Questions

Test your understanding with targeted questions related to the topic.

Question 1

Easy

What command sets up your Git username?

💡 Hint: It starts with `git config`.

Question 2

Easy

True or False: You must set both your name and email in Git configuration.

💡 Hint: Think about tracking contributions accurately.

Practice 4 more questions and get performance evaluation

Interactive Quizzes

Engage in quick quizzes to reinforce what you've learned and check your comprehension.

Question 1

What command do you use to set your Git username?

  • git config --user.name
  • git config --global user.name
  • git set user.name

💡 Hint: Focus on the full command for global configuration.

Question 2

True or False: Setting up your email is optional in Git.

  • True
  • False

💡 Hint: Consider whether ambivalence in identification is beneficial or harmful.

Solve 1 more question and get performance evaluation

Challenge Problems

Push your limits with challenges.

Question 1

You have set a global username and email but want to change your email for a particular project. Detail the steps to achieve this.

💡 Hint: Remember the difference between local and global configurations.

Question 2

Collaborating on an open-source project, you notice some commits are labeled 'Unknown'. Describe how this issue can be resolved.

💡 Hint: Think about the role of identity configuration in tracking contributions.

Challenge and get performance evaluation