Computers

Professional Development

Image

Git Quiz

73
plays

15 questions

Show Answers
See Preview
  • 1. Multiple Choice
    45 seconds
    1 pt

    What command lets you create a connection between a local and remote repository?

    git remote add origin

    git remote add new

    git remote new origin

    git remote origin

  • 2. Multiple Choice
    45 seconds
    1 pt

    Which of the following is true you when you use the following command?

    git add -A

    All new and updated files are staged

    Files are staged in alphabetical order.

    All new files are staged

    Only updated files are staged

  • 3. Multiple Choice
    45 seconds
    1 pt

    What will the following command print to the Terminal?

    git remote -v

    A list of remote repositories you are connected to

    The current git version you're running

    An inline editor for modifying remote repositories

    The last 5 git versions you've installed

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?