Dylan Wood
Dylan Wood
I've submitted a PR (#141) that updates the url used to run/verify this exercise.
It is true that they do the same thing. However, I am in support of merging this, as the `-C` option more closely resembles the git CLI API, as per...
Sorry for all the commits and comments. Here's a concise account: 1. No need for `hasOwnProperty`. Fixed 2. Add string conversion of camelCase options to dash-separated arguments inside of argument...
Bump. Just checking in on this: no pressure, but wanted to make sure that you weren't waiting on me.
No problem. Thanks for the update.
Sounds good. I will apply the same logic to the other tasks, and will look for any task or property names that do not match exactly with the git CLI...
I've had some success with this when bringing up Ubuntu12.04 guest OS. It is necessary to specify a customization spec in the Vagrantfile: `vsphere.customization_spec_name = 'my-spec'` Where `my-spec` refers to...
Update, it appears that the IP address specified in the Vagrantfile will override whatever IP is specified in the VMWare customization-spec.
Great i will try to add these in soon
Thank you for bringing this up. I've traced the issue to lib/command_commit.js, which references each file's `file.src` property. This is an array, of what appear to be path names relative...