Skip to content

Instantly share code, notes, and snippets.

@s2t2
Last active December 24, 2015 22:59
Show Gist options
  • Save s2t2/6876516 to your computer and use it in GitHub Desktop.
Save s2t2/6876516 to your computer and use it in GitHub Desktop.
helpful mac terminal, git, and textmate commands
git rm $(git ls-files --deleted)

source

@s2t2
Copy link
Author

s2t2 commented Aug 29, 2014

see also: git ls-files --others --exclude-standard

source

@s2t2
Copy link
Author

s2t2 commented Sep 24, 2014

git config --global core.editor "mate -w"

source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment