git add hidden file code example
Example: git add hidden files
Just use following command to add all changed files in staging area
before committing:
git add .
Just use following command to add all changed files in staging area
before committing:
git add .