From b31e0cf6906dbd7fc717e17121437bc2137030a6 Mon Sep 17 00:00:00 2001 From: bragi92 Date: Wed, 8 Jun 2022 09:48:42 -0700 Subject: [PATCH] Update branch name to 'main' since master has been deleted --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c958beb..d2b5eb10 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The `azdev` tool is designed to aid new and experienced developers in contributi # Develop with a new branch git checkout -b ``` - You can do the same for `azure-cli-extensions` except that the default branch for it is `master`, run `git branch master --set-upstream-to upstream/master` instead. + You can do the same for `azure-cli-extensions` except that the default branch for it is `main`, run `git branch main --set-upstream-to upstream/main` instead. See [Authenticating with GitHub from Git](https://docs.github.com/github/getting-started-with-github/set-up-git#next-steps-authenticating-with-github-from-git) about caching your GitHub credentials in Git which is needed when you push the code.