DevOps

Articles categorized in: DevOps

To rename a git branch, for example when one branch is too far behind and you quickly add a new one, you can rename your branch locally, remove it on

Setting up Kubernet and Laravel or Laravel on Docker can be tedious. Hell, setting up Laravel on multiple servers can be a real pain. Been doing research on setting up

Git remove directory

Sometimes you want to remove a directory but keep it locally on your box. So you want to exclude it from the repository, but keep it locally. Need We wanted

When using the command line on my Mac to connect to a TransIP server in the Netherlands using sftp domain.nl@domain.nl.transurl.nl domain.nl@domain.nl.transurl.nl’s password: Connected to domain.nl@domain.nl.transurl.nl. sftp> ls backups logs private

To fetch a remote Github Pull Request into your local repository so you can test it you need to do the following: where ID is the pull request id and BRANCHNAME is the name