Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update gitify help #8

Merged
merged 1 commit into from
Mar 1, 2013
Merged
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
6 changes: 3 additions & 3 deletions bin/gitify
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ if [ -z "$CIVICRM_ROOT" -o ! -d "$CIVICRM_ROOT" -o -z "$GIT_BASE_URL" -o -z "$CI
echo "Note: If pointing to a pre-existing directory, your local changes may be replaced by"
echo "the pristine code from git/svn. If you've made changes, then make sure there's a backup!"
echo ""
echo "example: $0 Drupal git://github.com/wariocrm /var/www/drupal7/sites/all/modules/civicrm"
echo "example: $0 Drupal git://github.com/civicrm /var/www/drupal7/sites/all/modules/civicrm"
echo " (checkout core code plus Drupal 7.x integration code using Git's read-only protocol)"
echo ""
echo "example: $0 Drupal6 https://github.com/wariocrm /var/www/drupal6/sites/all/modules/civicrm"
echo "example: $0 Drupal6 https://github.com/civicrm /var/www/drupal6/sites/all/modules/civicrm"
echo " (checkout core code plus Drupal 6.x integration code using read-only HTTP protocol)"
echo ""
echo "example: $0 all git@github.com:wariocrm ~/src/civicrm l10n"
echo "example: $0 all git@github.com:civicrm ~/src/civicrm l10n"
echo " (checkout core code plus Drupal 7.x, Joomla, and WordPress integration code and l10n using SSH)"
exit 1
fi
Expand Down