Exercises

Exercises

Questions & Answers

What is git?

CLICK FOR ANSWER

What is a local git repository?

CLICK FOR ANSWER

What is a remote git repository?

CLICK FOR ANSWER

When changes (commits) are made to a local repo how can the remote repo be updated?

When changes (commits) are made to a remote repo how can the local repo be updated?

What is the command to create a new local git repository from an existing directory?

CLICK FOR ANSWER

How can a new remote repository be created?

CLICK FOR ANSWER

What is the command to add a remote repo to a local repo?

CLICK FOR ANSWER

What are the steps of the basic git workflow?

CLICK FOR ANSWER

What is forking a remote repository?

CLICK FOR ANSWER

How do you fork a remote repository?

CLICK FOR ANSWER

What is cloning a remote repository?

CLICK FOR ANSWER

How do you clone a remote repository?

CLICK FOR ANSWER

What is a branch?

CLICK FOR ANSWER

What is the command to create a new branch?

CLICK FOR ANSWER

What is the command to change into an existing branch?

CLICK FOR ANSWER

What is the command to both create and change into a new branch?

CLICK FOR ANSWER

What is a merge?

CLICK FOR ANSWER

What is a merge conflict?

CLICK FOR ANSWER

What are the two merge strategies introduced in this course?

CLICK FOR ANSWER