Skip to content

Commit b010c8e

Browse files
authored
Update 11 Git Lab Workflow.md
1 parent 770972e commit b010c8e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

0 General/11 Git Lab Workflow.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
`git status`
2727

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

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

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

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

0 commit comments

Comments
 (0)