Categories
Source Control

SVN to Git User – Database Size

If we just check folder .svn and .git on the same project (svn project converted to git), we can see the storage size of history and repo info are different, git is smaller.

Categories
Source Control

Using Git as using SVN – First time for SVN Users

Now there is still in trouble when I am now need to switch in a big project group to use Git instead of SVN. Before I made a research on Git but it was intended to working alone or with few people on small projects, it won’t get me trouble much. Now it’s different, I…

Categories
Website

Bootstrap 3 – Auto Apply Default Form Control Style

Remember my case? To migrate full application from Bootstrap 2 to Bootstrap 3, there are still many cases to treat such as this one, we need to place CSS class: form-control to every input, textarea and select tag, how about if we have so many files to treat? Let’s go straight, here is a code…