Skip to content

Commit

Permalink
Update samples.md - az devops configure --use-git-alias yes command…
Browse files Browse the repository at this point in the history
… usage is wrong. (#652)

The `az devops configure --use-git-alias yes` command usage is wrong.
  • Loading branch information
doggy8088 authored and atbagga committed Jun 3, 2019
1 parent 2f6b1a6 commit 8b17c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If you are working in a local check out of a repository, you can simply run `az
You can also configure the Azure Devops Extension to add git aliases for common git-based Azure Repos commands like creating or adding reviewers to pull requests. This can be enabled by running the following command:

```bash
az devops configure --use-git-alias yes
az devops configure --use-git-alias true
```

This will alias all `az repos` commands to `git repo` and all `az repos pr` commands to `git pr`.
Expand Down Expand Up @@ -337,4 +337,4 @@ Refer the [Policy create](https://docs.microsoft.com/en-us/rest/api/azure/devops
You can update/reset/list permissions for an user or group with the help of security commands.
Refer [Permissions Documentation](permissions.md) for more details on how to get security tokens and manage permissions for a Azure DevOps resource.
Refer [Permissions Documentation](permissions.md) for more details on how to get security tokens and manage permissions for a Azure DevOps resource.

0 comments on commit 8b17c60

Please sign in to comment.