Skip to content

Conversation

donaldpiret
Copy link

Fix the creation of new branches by using git checkout -b branch_name instead of git branch branch_name

@arnvald
Copy link
Contributor

arnvald commented Feb 7, 2014

This breaks method Branch#create. Calling git.branch('new').create will do the same what git.branch('new').checkout - create new branch and switch to it.
This method is not properly tested, so test suite is passing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants