Skip to content

Commit c058c5d

Browse files
committed
small edit for acrolinx
1 parent be31541 commit c058c5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pipelines/scripts/git-commands.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.custom: seodec18
44
description: Learn how you can run a Git command in a build script for your workflow with Azure Pipelines
55
ms.topic: conceptual
66
ms.assetid: B5481254-F39C-4F1C-BE98-44DC0A95F2AD
7-
ms.date: 02/28/2022
7+
ms.date: 07/03/2023
88
monikerRange: '<= azure-devops'
99
---
1010

@@ -181,7 +181,7 @@ steps:
181181

182182
### List the files in your repo
183183

184-
On the [build tab](../tasks/index.md) add this task:
184+
On the [build tab](../tasks/index.md), add this task:
185185

186186
| Task | Arguments |
187187
| ---- | --------- |
@@ -258,7 +258,7 @@ Add `[skip ci]` to your commit message or description. Here are examples:
258258
* ```git commit -m "This is a commit message [skip ci]"```
259259
* ```git merge origin/features/hello-world -m "Merge to main [skip ci]"```
260260

261-
You can also use any of the variations below. This is supported for commits to Azure Repos Git, Bitbucket Cloud, GitHub, and GitHub Enterprise Server.
261+
You can also use any of these variations for commits to Azure Repos Git, Bitbucket Cloud, GitHub, and GitHub Enterprise Server.
262262

263263
- `[skip ci]` or `[ci skip]`
264264
- `skip-checks: true` or `skip-checks:true`

0 commit comments

Comments
 (0)