Skip to content

Instantly share code, notes, and snippets.

View bruno-fialho's full-sized avatar

Bruno Fialho bruno-fialho

View GitHub Profile
@lmcneel
lmcneel / remove-node-modules.md
Last active May 31, 2024 09:29
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
@berkorbay
berkorbay / github_desktop_ubuntu.md
Last active June 1, 2024 02:22
To install Github Desktop for Ubuntu

IMPORTANT

See the following links for further updates to Github Desktop for Ubuntu. These are official instructions. (also mentioned by fetwar on Nov 3, 2023)

For the sake of "maintaining the tradition" here is the updated version.