Skip to content

Commit 8093f9b

Browse files
committed
minor updates after build report
1 parent 7bd92ca commit 8093f9b

8 files changed

Lines changed: 3 additions & 9 deletions

File tree

learn-pr/student-evangelism/intro-to-git/0-introduction.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
author: a-a-ron
99
ms.author: aastewar
1010
ms.topic: unit
11-
ms.custom: team=nextgen
1211
durationInMinutes: 3
1312
content: |
1413
[!include[](includes/0-introduction.md)]

learn-pr/student-evangelism/intro-to-git/1-what-is-vc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
author: a-a-ron
99
ms.author: aastewar
1010
ms.topic: unit
11-
ms.custom: team=nextgen
1211
durationInMinutes: 5
1312
content: |
1413
[!include[](includes/1-what-is-vc.md)]

learn-pr/student-evangelism/intro-to-git/2-exercise-configure-git.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
author: a-a-ron
99
ms.author: aastewar
1010
ms.topic: unit
11-
ms.custom: team=nextgen
1211
durationInMinutes: 60
1312
content: |
1413
[!include[](includes/2-exercise-configure-git.md)]

learn-pr/student-evangelism/intro-to-git/3-basic-git-commands.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
author: a-a-ron
99
ms.author: aastewar
1010
ms.topic: unit
11-
ms.custom: team=nextgen
1211
durationInMinutes: 10
1312
content: |
1413
[!include[](includes/3-basic-git-commands.md)]

learn-pr/student-evangelism/intro-to-git/4-knowledge-check.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
author: a-a-ron
99
ms.author: aastewar
1010
ms.topic: unit
11-
ms.custom: team=nextgen
1211
module_assessment: true
1312
durationInMinutes: 5
1413

learn-pr/student-evangelism/intro-to-git/5-summary.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ metadata:
88
author: a-a-ron
99
ms.author: aastewar
1010
ms.topic: unit
11-
ms.custom: team=nextgen
1211
durationInMinutes: 3
1312
content: |
1413
[!include[](includes/5-summary.md)]

learn-pr/student-evangelism/intro-to-git/includes/3-basic-git-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The first and most commonly used Git command is `git status`. It displays the st
1010

1111
`git add` is the command you use to add file contents to the staging area.
1212

13-
The technical term is *staging* these changes. You'll use `git add` to stage new files for their first commit and to stage later changes to files Git already knows about. All changes you stage with `git add` are stored in the *staging area* until you commit them.
13+
The technical term is *staging* these changes. You use `git add` to stage new files for their first commit and to stage later changes to files Git already knows about. All changes you stage with `git add` are stored in the *staging area* until you commit them.
1414

1515
### git commit
1616

learn-pr/student-evangelism/intro-to-git/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ metadata:
66
ms.date: 04/14/2026
77
author: a-a-ron
88
ms.author: aastewar
9-
ms.topic: module-intro-to-product
10-
ms.custom: team=nextgen
9+
ms.topic: module
10+
ms.service: git
1111
title: Introduction to Git
1212
summary: Find out what source control is, and get an introduction to Git—the world's most popular version control system.
1313
abstract: |

0 commit comments

Comments
 (0)