Archives for October 2013

Jinja2

Posted on 2013-10-29 21:56:46 +0900 in Technique Jinja2 Template

Learning Jinja2

Read more...

Git Commands

Posted on 2013-10-29 20:31:03 +0900 in Technique Git

Here is a useful tutorial for Git:Visual git guide git status Check the status of the files. gitk -all & git diff show the branch in graphical mode. check the difference. git rm remove files git log git log -p -2 show the changing between the past two submitions git...

Read more...