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 June 3, 2024 14:19
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 June 6, 2024 06:20
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