Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Issue #7: git branch -> git repository. #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config_extra.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function config_extra_drush_command() {
'fetch-only' => "Don't run `git mergetool`; fetch all configuration changes from both sites, and merge them onto the working branch. May result in unresolved merge conflicts.",
'git' => "Fetch changes from the other site using git instead of rsync.",
'remote' => array(
'description' => 'The remote git branch to use to fetch changes. Defaults to "origin".',
'description' => 'The remote git repository to use to fetch changes. Defaults to "origin".',
'example-value' => 'origin',
),
'temp' => array(
Expand Down