Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 396 Bytes

Configure-Local-Git.md

File metadata and controls

16 lines (9 loc) · 396 Bytes

Configure Local Git

Clone the Repository

Run git clone <your repo url>.

Setup Git Hooks

Go to your local repository. cd <your repo name>.

Run git config --local core.hooksPath ./.azure/hooks/. This hook will generate the pipeline definition deploy-infra.yml when you commit changes to this repository.


Next Step: Setup Terraform Backend