when the file size is greater than 50MB, git prompt an error while pushing to github: there are two ways … Read More
Git revert files which cleaned
The above command is a very serious git action which loses commit history. All the files changed or created are … Read More
Laravel – checkout from git and install by composer on a new Debian/Ubuntu server
Environment: Laravel 5.8, PHP 7.0, Debian 9.12 First, upgrade PHP to the latest one (7.3) Second, install latest composer (1.9.3) … Read More