Skip to content

Commit

Permalink
Update branch name to 'main' since master has been deleted (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 authored Sep 8, 2022
1 parent 2e4693e commit 5b56891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <feature_branch>
```
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.

Expand Down

0 comments on commit 5b56891

Please sign in to comment.