Last active
December 20, 2018 10:00
-
-
Save ScarletPonytail/716bd4587a48011b2825d9b8f44d45ed to your computer and use it in GitHub Desktop.
Git - Vagrant commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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