git · Git Basics
How should you save the current state of your code into Git?
Answers
- By adding all changes and staging them with git add
- By adding all changes and staging them with git stage
- By committing the staged changes with git commit
- By creating a new commit with git init