Skip to content

Instantly share code, notes, and snippets.

View bruno-fialho's full-sized avatar

Bruno Fialho bruno-fialho

View GitHub Profile
@berkorbay
berkorbay / github_desktop_ubuntu.md
Last active May 16, 2024 11:38
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.

@lmcneel
lmcneel / remove-node-modules.md
Last active April 21, 2024 19:39
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