kieranpotts / dotfiles

My UNIX dotfiles.
MIT License
1 stars 0 forks source link

Git clean alias to remove untracked files #233

Open kieranpotts opened 1 year ago

kieranpotts commented 1 year ago

Remove untracked and ignored files:

# Use the '-n' flag for dry run.
git clean -dfx PATH