I'd suggest to replace the add . with add -u in the acm alias, to only add files that were already added before (e.g to avoid adding a big node_modules by accident)
Collaborative engineering leader with 20+ years of experience building scalable mobile solutions. Passionate about creating healthy team cultures, and connecting with others.
For me, I have node_modules in my .gitignore file so I wonβt need to deal with that. Also, I use this command to initially stage and commit my files.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Great aliases, thanks!!
I'd suggest to replace the
add .withadd -uin theacmalias, to only add files that were already added before (e.g to avoid adding a big node_modules by accident)Cheers!
Thanks JA, for your feedback!
For me, I have node_modules in my .gitignore file so I wonβt need to deal with that. Also, I use this command to initially stage and commit my files.