vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
VagrantPlugins::AtlasPush::Push#execute
Executes the uploader with the proper flags based on the configuration. This function shouldn't return since it will exec, but might return if we're on a system that doesn't support exec, so handle that properly.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open plugins/pushes/atlas/push.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-VagrantPlugins--AtlasPush--Push-execute-for-pr
# Commit to gitgit add plugins/pushes/atlas/push.rbgit commit -m "better docs for VagrantPlugins::AtlasPush::Push#execute"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-VagrantPlugins--AtlasPush--Push-execute-for-pr
hub pull-request
# Celebrate!