Skip to content

Instantly share code, notes, and snippets.

@stim371
Created December 29, 2011 09:25
Show Gist options
  • Save stim371/1533180 to your computer and use it in GitHub Desktop.
Save stim371/1533180 to your computer and use it in GitHub Desktop.
list of git cleanup commands
git ls-files --deleted | xargs git rm
ps
lsof -i tcp:3000
kill -int {pid}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment