Wednesday, November 19, 2014

Mysql - There is a good tool to arrange SQL easily

WWW - Wow

@ I was in trouble to have a complicated Sql.
@ But I searched for a good tool to help arranging Sql on Internet.
@ I found the following good tool.

http://www.dpriver.com/pp/sqlformat.htm

Tuesday, November 18, 2014

Git - How to change an author committed to your repository.


@ This command can change your author.
$ git commit --amend --author="New Author Name <email@address.com>"