Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 680 Bytes

File metadata and controls

18 lines (15 loc) · 680 Bytes

Git Workshop VM

Vagrantfile for setting up a VM with the following specs:

  • Ubuntu 14.04 Desktop
  • git
  • gitk
  • vim
  • nano (configured as core.editor in git)
  • p4merge (configured as merge.tool and diff.tool in git)

Setup

  1. Install VirtualBox
    • This is optional however if missing vagrant will install during first run.
  2. Install vagrant
  3. Clone this repository or simply download the Vagrantfile
  4. Open your favorite shell and cd into the directory with the Vagrantfile
  5. Run vagrant up