How to have correct permissions for files 664 and dirs 775 from usb disks?

Type: sudo mount -t vfat -o rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,fmask=0113,dmask=0002,utf8=1,showexec,flush,uhelper=udisks2 /dev/sdb1 /media/usb Or put to /etc/fstab: UUID=1234-5678 /media/usb vfat rw,nosuid,nodev,uid=1000,gid=1000,shortname=mixed,fmask=0113,dmask=0002,utf8=1,showexec,flush,uhelper=udisks2 0 0

Git-Flow

http://nvie.com/posts/a-successful-git-branching-model/ https://github.com/nvie/gitflow http://danielkummer.github.io/git-flow-cheatsheet/ http://horusiath.blogspot.com/2013/03/ustrukturyzowane-repozytorium-git-flow.html http://www.slideshare.net/mediacurrent/git-flow-for-daily-use-24681199 http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/ http://yakiloo.com/getting-started-git-flow/ https://github.com/OpherV/gitflow4idea http://plugins.jetbrains.com/plugin/7315