This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | git ls-files -ci --exclude-standard -z | xargs -0 git rm --cached | |
| ### Alias in .zshrc or .bashrc because too hard to remember | |
| # alias ungit="git ls-files -ci --exclude-standard -z | xargs -0 git rm --cached" |