Skip to content

Instantly share code, notes, and snippets.

@ScarletPonytail
Last active December 20, 2018 10:00
Show Gist options
  • Save ScarletPonytail/716bd4587a48011b2825d9b8f44d45ed to your computer and use it in GitHub Desktop.
Save ScarletPonytail/716bd4587a48011b2825d9b8f44d45ed to your computer and use it in GitHub Desktop.
Git - Vagrant commands
// Connect to database - wp-2
vagrant sequel
// Start virtual server
vagrant up
// Stop virtual server
vagrant halt
// Some kind of secure connection thingy
vagrant ssh
// Access the state of play with all virtual servers
vagrant status-global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment