vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
VagrantPlugins::CommandSnapshot::Command::PushShared#pop
No Docs, write some!
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open plugins/commands/snapshot/command/push_shared.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-VagrantPlugins--CommandSnapshot--Command--PushShared-pop-for-pr
# Commit to gitgit add plugins/commands/snapshot/command/push_shared.rbgit commit -m "better docs for VagrantPlugins::CommandSnapshot::Command::PushShared#pop"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-VagrantPlugins--CommandSnapshot--Command--PushShared-pop-for-pr
hub pull-request
# Celebrate!