Updated on 2023-12-04 GMT+08:00

Committing Hidden Files

Run git add.

  • Do not use git add *, which instructs Git to ignore the hidden files.
  • The file and directory names cannot contain special characters.