Class Chef::Provider::Git
In: lib/chef/provider/git.rb
Parent: Chef::Provider

Methods

Included Modules

Chef::Mixin::ShellOut

Public Instance methods

revision_slug()

Alias for target_revision

Use git-config to setup a remote tracking branches. Could use git-remote but it complains when a remote of the same name already exists, git-config will just silenty overwrite the setting every time. This could cause wierd-ness in the remote cache if the url changes between calls, but as long as the repositories are all based from each other it should still work fine.

[Validate]