/ Published in: Bash
"-n" just shows you what will be deleted. Replace it with "-f" to actually clean your repository
Expand |
Embed | Plain Text
git clean -d -x -n
You need to login to post a comment.
"-n" just shows you what will be deleted. Replace it with "-f" to actually clean your repository
git clean -d -x -n
You need to login to post a comment.