|
|
|
|
|
by s1mplicissimus
188 days ago
|
|
> I’ve had the opposite problem: forgetting to add new files. Any good solutions for this around? For now I've adopted running `git status` after `git add -p` to make sure there's no untracked files, but it feels a bit clunky |
|
unless the file I forgot to commit is the tests, which hopefully I'll catch by the time of the PR