Colmjude

/ notes
Notes
A collection of thoughts, things I've learnt and things I want to remember

Useful Git commands

Git commands I find useful.

Remove files from git without deleting them (aka keep a local copy)

git rm --cached <file>

Add -r flag removing a <folder>.