Sunday, October 13, 2019

Adding multiple folders to Git

Use below command (in git bash) for add multiple folders to Git.

$ git add -A 

Then can commit changes and push it to the repository.