Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 712 Bytes

File metadata and controls

27 lines (17 loc) · 712 Bytes

Developing Azure Solution Practice Week June 2021

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)

Others

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