Bash function to clear all the changes including potential rebase
nah () {
git reset --hard
git clean -df
if [ -d ".git/rebase-apply" ] || [ -d ".git/rebase-merge" ]; then
git rebase --abort
fi
}
A blog on PHP, JavaScript, and more
nah () {
git reset --hard
git clean -df
if [ -d ".git/rebase-apply" ] || [ -d ".git/rebase-merge" ]; then
git rebase --abort
fi
}
Just run the following command in the console and you’ll be able to edit the webpage you’re on.
document.designMode = 'on'
composer create-project laravel/laravel="8.1.*" ProjectName
Awesome Sponsors
Download my eBook
(Includes PHP 8.1, 8.2, and 8.3)
Follow me everywhere