.gitignore in your index and you want to actually be able to ignore it? Try “git update-index –assume-unchanged .gitignore” #plains
.gitignore in your index and you want to actually be able to ignore it? Try “git update-index –assume-unchanged .gitignore” #plains
via #plains from:intafon – Twitter Search http://twitter.com/intafon/statuses/342319817124110336…
Rename – to _ for F in *; do if [[ "$F" = *-* ]]; then mv -v “$F” “`echo “$F” | tr ‘-’ ‘_’`”; fi; done
via http://alpha.app.net/intafon…