mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-04 19:19:41 +03:00
Add new scripts
This commit is contained in:
5
scripts/git-rm-untracked
Executable file
5
scripts/git-rm-untracked
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
git ls-files -o | xargs -t rm
|
||||
|
Reference in New Issue
Block a user