We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b010c8e commit 3c97986Copy full SHA for 3c97986
0 General/11 Git Lab Workflow.md
@@ -27,8 +27,8 @@
27
28
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 <filepath>`
+ `git add <directorypath>`
32
`git add -A`
33
34
1. Use `git status` to view what files and directories will be added to the commit:
@@ -47,8 +47,8 @@
47
48
49
50
51
52
53
54
0 commit comments