GithubHelp home page GithubHelp logo

git-collaboration-quiz's Introduction

Objectives

  1. Test your understanding of basic git collaboration commands. If there is anything in this quiz that you're not familiar with, Google around and look for the answer. Googling is an important skill for developers; start practicing it!

???

Basic Git Collaboration Quiz

?: It's a good idea to work directly on your master branch.

( )True(X)False

?: Which of the following commands will create a new branch called brand_new and also check it out?

(X)git checkout -b brand_new ( )git branch brand_new ( )git checkout brand_new

?: In order to merge a new branch into master, you have to add and commit changes to that branch first.

(X)True ( )False

?: Let's say we want to merge brand_new into master. Which branch should we be on when we run the command git merge brand_new?

( )brand_new (X)master

?: Which of the following commands will delete the branch brand_new

(X)git branch -d brand_new ( )git delete brand_new

???

View Objectives on Learn.co and start learning to code for free.

git-collaboration-quiz's People

Contributors

annjohn avatar sammarcus avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

git-collaboration-quiz's Issues

Quiz is buggy

I completed "Git Collaboration Quiz" without any issues. I began the "Git Basics Quiz", but jumped back to the "Git Collaboration" lesson for reference. When I returned to "Git Basics Quiz" the first question was already answered and I wasn't allowed to select answers for the next question. I refreshed my browser and now half of the answers are completed and I can only select answers for some of the other questions.
Git Collaboration Quiz.docx

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.