kieranpotts / dotfiles

A baseline, extensible UNIX user configuration.
MIT License
1 stars 0 forks source link

Additional git untrack aliases #216

Open kieranpotts opened 1 year ago

kieranpotts commented 1 year ago
  ; Remove everything from repo?????
  ; git rm -rf *

  ; Unstage a directory
  ; git rm --cached -r dir