Published onJune 5, 2022How to Modify Your Last Git Commit Without Creating a New Commit#git#github#gitlab#developer#engineering#tutorial#beginnersLearn how to update your last Git commit without creating a new commit using git commit --amend, keeping your commit history clean and organized.
Published onJune 1, 2022How to Switch Between Multiple PHP Versions on Ubuntu/Linux#php#ubuntu#linux#beginners#tutorialLearn how to easily switch between multiple PHP versions on Ubuntu or Linux without uninstalling anything. A simple guide using update-alternatives for better compatibility.