Remove previously tracked file from git repository
Here’s a simple git command that will remove a previously tracked file from a git repository: git rm –cached <file> The file will be…
Here’s a simple git command that will remove a previously tracked file from a git repository: git rm –cached <file> The file will be…