File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
` git status `
27
27
28
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 <filename> `
32
- ` git add -A `
29
+ ` git add . `
30
+ ` git add <filename> `
31
+ ` git add <filename> `
32
+ ` git add -A `
33
33
34
34
1 . Use ` git status ` to view what files and directories will be added to the commit:
35
35
` git status `
46
46
` git status `
47
47
48
48
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 `
53
53
54
54
1 . Use ` git status ` to view what files and directories will be added to the commit:
55
55
` git status `
You can’t perform that action at this time.
0 commit comments