Tuesday, October 23, 2012
Thursday, October 18, 2012
Reverting git commit
Reverting - git commit -
$ git commit -a               - Commit mistake
$ git reset --soft HEAD^      - Revert the commit
$ vi                   - Do what you need to do, any additional changes
$ git add .                   - as usual
$ git commit -c ORIG_HEAD     - Now, Good intentional commit
 
Tuesday, October 16, 2012
DBIX Deployement Handler Tips
http://jjnapiorkowski.typepad.com/modern-perl/2012/01/wikified-links-to-the-dbixclasstutorial.html
Awesome javascript frameworks compared
http://codebrief.com/2012/01/the-top-10-javascript-mvc-frameworks-reviewed/
Thursday, October 4, 2012
Subscribe to:
Comments (Atom)
