Archives: February 2013
1 article
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.
1 article
$ git rm --cached pattern
The pattern can be a filename or a file glob pattern like folderName/*
to untrack all the files in folderName.