Open
Description
Description
The Git flow workfile lists git add .
as the command to stage commits. While true, the command developers are encouraged to use is git add file-name
so that the files they are not working on won’t be added to the staged commit(s).
Solution
Replace the command with the alternative mentioned above
Metadata
Metadata
Assignees
Labels
No labels