From 7abd01e94cbde271a2cc3f4b91f5f346067cca99 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 23 Feb 2015 21:34:35 -0600 Subject: [PATCH 1/4] my first commit --- gilm2743-testfile.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gilm2743-testfile.md diff --git a/gilm2743-testfile.md b/gilm2743-testfile.md new file mode 100644 index 0000000..9629687 --- /dev/null +++ b/gilm2743-testfile.md @@ -0,0 +1,3 @@ +hello world + + From 6ef2746419f023af8566e0028f3e9fca4b6c3a49 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 23 Feb 2015 21:39:20 -0600 Subject: [PATCH 2/4] second commit --- gilm2743-testfile.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gilm2743-testfile.md b/gilm2743-testfile.md index 9629687..205e87b 100644 --- a/gilm2743-testfile.md +++ b/gilm2743-testfile.md @@ -1,3 +1,4 @@ hello world +Hello Again for the second commit From b8bfcf70788c788ae753cd3eeace3e2a75ce3d63 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 23 Feb 2015 21:41:31 -0600 Subject: [PATCH 3/4] third commit --- gilm2743-testfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gilm2743-testfile.md b/gilm2743-testfile.md index 205e87b..f6bc780 100644 --- a/gilm2743-testfile.md +++ b/gilm2743-testfile.md @@ -1,4 +1,4 @@ -hello world +hello Mars Hello Again for the second commit From 7a19c4dabc8de2cc14899d193b869f9e6f18e766 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 27 Feb 2015 19:03:59 -0600 Subject: [PATCH 4/4] commit Vagrantfile --- Vagrantfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 3ccbac5..79b0089 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,8 @@ Vagrant.configure(2) do |config| - config.vm.box = "precise64" - config.ssh.private_key_path = "~/.ssh/insecure_private_key" + config.vm.box = "/var/vagrant/2015-Feb-all/package.box" + #config.ssh.private_key_path = "~/.ssh/insecure_private_key" + config.vm.provision :shell, path: "./gilm2743-Lab03.sh" end