how can add hiden file in github 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 .