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

Clarified description of branch() method in README #224

Closed
wants to merge 2 commits into from
Closed

Clarified description of branch() method in README #224

wants to merge 2 commits into from

Commits on Mar 23, 2015

  1. Clarified branch() method

    The text in the README could be read as saying that calling g.branch('new_branch') creates a branch in the repository. However, it only creates a Git::Branch object. To create a branch in the repository, a user needs to call g.branch('new_branch').create or g.branch('new_branch').checkout.
    pyrmont committed Mar 23, 2015
    Configuration menu
    Copy the full SHA
    5bc445c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. Merge pull request #1 from pyrmont/pyrmont-patch-readme-1

    Clarified description of branch() method in README
    pyrmont committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    0c9208f View commit details
    Browse the repository at this point in the history