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

Fix for deploy:setup. #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix for deploy:setup. #4

wants to merge 2 commits into from

Commits on Aug 27, 2013

  1. Fix for deploy:setup.

    When checking out a repo and specifying a non-master branch, the existing checkout command fails if the repo uses that branch as its base. (Ex: git clone of a repo that uses mybranch as the base (default) instead of master would already be on the mybranch branch from git clone. Then git checkout -b mybranch … would fail with "fatal: A branch named 'mybranch' already exists.")
    marc committed Aug 27, 2013
    Configuration menu
    Copy the full SHA
    09af44e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2013

  1. Allow branch changes with cap deploy.

    For example: cap deploy branch=different_from_current
    marc committed Sep 27, 2013
    Configuration menu
    Copy the full SHA
    9117f39 View commit details
    Browse the repository at this point in the history