Bitbucket can be confusing

I like things to be clear – and I found Bitbucket’s teams, groups, permissions etc a bit confusing. So, after a big look, here’s my notes: Repos Are owned by a user or a team. Users can be granted read/write/admin access to a repo. Groups can be...

Completely remove Vagrant machine

The command $ vagrant destroy Removes a virtual machine. It removes the reference to the machine which is held in ~/.vagrant.d and destroys the virtual disk files. However, it leaves and file and a directory behind. So, to completely remove a VM created with $ vagrant...