Skip to content
zero2vibecodelearn vibe coding

What git add . does

Stage every change for the next commit.

gitadd.
  • gitcommand — version control (simulated)
  • addargument: a file, a folder, or text
  • .argument: a file, a folder, or text

Explain other commands