Published in PHP Architect
My first ever article was published in a programming magazine. You should definitely read it.
Share Your Code For Review
Sometimes you want to share your git branch with someone, but don’t want to lose your ability to rebase it. Here’s how to do it.
Undoing things in Git
There are times when you’re developing your software project and things are going well. Then suddenly, your code gets into a funky state. “How do I go back?” you wonder. Like everything else in software, it depends upon the situation. Here’s a couple of way to undo things in Git.