Answers for "git add hidden files"

1

git add hidden files

Just use following command to add all changed files in staging area
before committing:
git add .
Posted by: Guest on November-12-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language