Monthly Archives: November 2016

Customising Bootstrap Gutter

Simple way to customise gutters. http://arnique.net/web-design/58/a-quick-guide-to-changing-bootstraps-gutter-width/  

Posted in Uncategorized | Leave a comment

Fix git error “Modified Content, Untracked Content”

In three steps, You may have .git folder inside the untracked content folder. Remove it. git rm -rf –cached  /untracked_directory git add . , git commit -m “Message” and so on..

Posted in Uncategorized | Leave a comment