Skip to content

Instantly share code, notes, and snippets.

@tedzhou
Last active August 29, 2015 14:12
Show Gist options
  • Save tedzhou/aed387271bbe7add8f87 to your computer and use it in GitHub Desktop.
Save tedzhou/aed387271bbe7add8f87 to your computer and use it in GitHub Desktop.
useful commands collection

mac

hide dock in mac

just set a really long timer for autohide and show.

defaults write com.apple.dock autohide-time-modifier -int 100; killall Dock

reset dock by defaults delete com.apple.dock autohide-time-modifier; killall Dock

git

modify a local file which do not want to commit

git update-index --assume-unchanged filePath

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