Skip to content

Instantly share code, notes, and snippets.

View yeica's full-sized avatar

Yeyskalyn Cordero H. yeica

  • Dominican Republic
View GitHub Profile
@lmcneel
lmcneel / remove-node-modules.md
Last active March 19, 2024 03:18
How to remove node_modules after they have been added to a repo

How to remove node_modules

Create a .gitignore file

  1. Check for an existing .gitignore file in the project directory
ls -a
@nanusdad
nanusdad / git_new_local_branch.md
Last active February 7, 2024 01:37
Git - create new local branch push to GitHub