Commonly Used Git Commands
Configuring Git Before using Git, you need to configure your user information, such as your name and email address. This information will be associated with your commits. git config --global…
15/04/2025
While onboarding customers to Azure they ask what permissions do we need to assign to our IT Ops or to partners and I’ve seen customer gets confused when we ask them for Azure AD permission for some task and they say we’ve provided owner access on Azure Subscription why Azure…