Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pipelines/scripts/git-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Git commands are available for build workflows on [Microsoft-hosted](../agents/h
<a name="enable"></a>
## Enable scripts to run Git commands

Make sure GitHub uses your Azure DevOps account's default identity. If necessary, set the GitHub user as the first step after checkout.
Make sure Git uses your Azure DevOps account's default identity. If necessary, set the Git user as the first step after checkout.

```
git config --global user.email "you@example.com"
Expand Down