This week we finished the azure development training with a full practice of 18 exercises with different scenarios. Congrats if you reached and complete all them.
All practices [here](Developing Azure Solutions Practice Week Jun 2021.md)
If you have a sub repositories in this git add into .gitignore file its names.
If the folder still was in repository before to add .git inside them use the following commands to fix it.
git rm -r --cached
git add .
git commit -m "Fixing folders with repositories"
To know what files are pending to push to remote repository:
git diff --stat --cached origin/master