Programming
Git: untrack files without deleting them
$ git rm --cached pattern
The pattern can be a filename or a file glob pattern like folderName/* to untrack all the files in folderName.
Comments
No comment yet.
A remark, a suggestion? Do not hesitate to express yourself below. Just be courteous and polite, please.