clean up a git repository


/ Published in: Bash
Save to your folder(s)

"-n" just shows you what will be deleted.
Replace it with "-f" to actually clean your repository


Copy this code and paste it in your HTML
  1. git clean -d -x -n

Report this snippet


Comments


You need to login to view comments.