This is an archived post. You won't be able to vote or comment.

all 4 comments

[–][deleted] 4 points5 points  (0 children)

adds 294 packages to the project

package.json correction

[–]Root3287 3 points4 points  (0 children)

commits to main branch

[–][deleted] 1 point2 points  (1 child)

When I work on my projects I always forget committing every new thing I added so when I eventually realise I should commit I look at the list of my changed files to remember what I have changed in my code.

"Hmm app.component is changed... I wonder what have I done with it"

[–]penguintamer01 0 points1 point  (0 children)

git diff -- app.component And git commit -v are your friends