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>
.
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>
.