How do you correct a commit message in Git?
Learn how to fix a mistake using the “git commit -amend” command and understand when it is appropriate to force push a changed commit.
Learn how to fix a mistake using the “git commit -amend” command and understand when it is appropriate to force push a changed commit.
Learn how to use the “git reset” command and reset the HEAD pointer to undo your last commit.
Learn how to view and delete branches on both local and remote repositories so you can keep your project tidy and manageable.
An excerpt from Lorna Mitchell's PHP Web Services, 2nd Edition
PHP gains some modern features as it heads to a 7.0 release.
An overview of security concerns that come with using PHP's Composer.
Composer is PHP's dependency management tool. Learn how to use Composer in your own projects.
How to package up your own repositories for use via PHP's Composer.