Question: What command would you use to stage changes to the index strictly for properties files in the current directory?

  1. `git add *.properties`
  2. `git add %.properties`
  3. `git add .properties`
  4. `git add properties`

Answer: The correct answer of the above question is Option A:`git add *.properties`