Introduction: Git Add Interactive

Learn about the "add interactive" command in this chapter.

We'll cover the following

This chapter covers:

  • Interactively adding in Git
  • Splitting hunks
  • The difference between staging and committing

Recap#

Previously, you’ve learned about the four stages of working in Git:

The four phases of Git content

So far you’ve been shown the difference between adding (staging) and committing, but this still causes confusion for people. What’s the point of this? Let’s discuss it in the following lesson.

Challenge: Git Stash
The Add Interactive Command
Mark as Completed
Report an Issue