/etc/wsl.conf
[interop]You'll need to restart WSL after updating the above. From
appendWindowsPath = false
cmd, run wsl --shutdown
/etc/wsl.conf
[interop]You'll need to restart WSL after updating the above. From
appendWindowsPath = false
cmd, run wsl --shutdown
~/.bashrc and add the below function.
artisan() {Reload the shell configuration.
docker-compose exec php artisan "$@"
}
source ~/.bashrcUse the alias or shortcut.
artisan make
git fetchUpdate the branch
git pullFind the commit hash, eg. commit-hash
git logCheckout the branch while creating it.
git checkout -b branch_name commit-hash