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 October 4, 2024 03:49
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 June 16, 2024 06:56
Git - create new local branch push to GitHub