File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ test runs. Most of these files are tracked (already checked in to the
9
9
repository). There are also many new files generated as part of the most recent
10
10
test run.
11
11
12
- I want to staging the changes to files that are already tracked, but hold off
13
- on doing anything with the new files.
12
+ I want to stage the changes to files that are already tracked, but hold off on
13
+ doing anything with the new files.
14
14
15
- Running ` git add spec/cassettes ` won't do the track because that will pull in
15
+ Running ` git add spec/cassettes ` won't do the trick because that will pull in
16
16
everything. Running ` git add --patch spec/cassettes ` will take long and be
17
17
tedious. Instead what I want is the ` -u ` flag. It's short for _ update_ which
18
18
means it will only stage already tracked files.
You can’t perform that action at this time.
0 commit comments