Skip to content

Commit 3c97986

Browse files
authored
Update 11 Git Lab Workflow.md
1 parent b010c8e commit 3c97986

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

0 General/11 Git Lab Workflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727

2828
1. Use whichever or these four options is appropriate to add the necessary files to git tracking:
2929
`git add .`
30-
`git add <filename>`
31-
`git add <filename>`
30+
`git add <filepath>`
31+
`git add <directorypath>`
3232
`git add -A`
3333

3434
1. Use `git status` to view what files and directories will be added to the commit:
@@ -47,8 +47,8 @@
4747

4848
1. Use whichever or these four options is appropriate to add the necessary files to git tracking:
4949
`git add .`
50-
`git add <filename>`
51-
`git add <filename>`
50+
`git add <filepath>`
51+
`git add <directorypath>`
5252
`git add -A`
5353

5454
1. Use `git status` to view what files and directories will be added to the commit:

0 commit comments

Comments
 (0)