Skip to content

Paul Denya

Solving problems

  • Home
  • Blog
  • About

Category: git

Aggressively removing DS_Store files in git repos

DS_Store files in git repositories is a minor problem for a lot of people. Global .gitignore files are a great solution to not commiting DS_Store files but it won’t actively remove them from your project directories. This is my shortcut for git status: function s() { find . -name ‘*.DS_Store’ -type f -delete #find and… Continue reading Aggressively removing DS_Store files in git repos

Published September 18, 2013
Categorized as git

Recent Posts

  • Git file history
  • Disable Full Screen Shortcut on Mac OSX 10.10 Yosemite
  • Remove all images from JQuery UI CSS
  • Updating git on OS X Mavericks
  • Updating Homebrew on Yosemite

Follow me on Twitter

My Tweets

Categories

  • CSS
  • DB
  • devtools
  • git
  • Illustrator
  • Javascript
  • Objective-C
  • PHP
  • Python
  • Uncategorized
  • Work
Paul Denya
Proudly powered by WordPress.