How do you discard unstaged changes in git?
How do you discard unstaged changes in git?
git clean -dfgit checkout -- .
Adding Git version control to web sites
Here's a little script I made to make it easy to put a number of existing web sites residing under /var/www under version control by Git. Regarding security, it is obviously not a good idea to initialize the Git repository directly under the site directory, since from there it …
About variable overriding behavior of Jinja2
Render Bootstrap 3 forms with WTForms and Jinja
PHP: a fractal of bad design
How to detect a user pan/touch/drag on android map v2
How to detect a user pan/touch/drag on android map v2
Thanks Dimitar!