Knowledge check

Completed
1.

How do you include a new file to your Git index?

2.

What does the -m tag do to your commit?

3.

Which of these is a good example of a commit message?

4.

What is a way to fix one of your past commits without needing to make a new commit?

5.

How do you choose between Git reset and Git checkout to recover a lost file?

6.

When should you avoid changing a past commit?