-
Notifications
You must be signed in to change notification settings - Fork 217
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
sprout from current branch if only 1 argument is provided #37
Comments
Absolutely, thanks! |
What is the use case for a multi-arg version of sprout? The one in the docs is single arg. |
it seems some of docs are not consistently up to date since they are spread over at least 3 locations On Tuesday, March 27, 2012 at 11:57 , Carl Youngblood wrote:
|
Readme is more specific than the website because I'd like the website to be as concise as possible. Inconsistencies == bugs in the code. |
I understand. In the other 2 references I found ( http://kennethreitz.com/legit-the-sexy-git-cli.html , https://github.com/kennethreitz/legit ) the commands seem to better represent the current state. It was in this sense that I meant there is an inconsistency between the first page and the 2 others as well with the current version. I thought this page was the main (It looks pretty good btw), and therefore don't understand why is out of date, or is it predicting future changes? cheers :) On Saturday, March 31, 2012 at 06:20 , Kenneth Reitz wrote:
|
@aristidesfl they should all require only one. the second parameter is supplementary. If some of them don't work with one currently, that's a bug. |
that's great :) On Saturday, March 31, 2012 at 17:07 , Kenneth Reitz wrote:
|
Seems to be working now, on 'develop' branch. |
There is currently no quick way to merge the current branch into another branch, neither with git nor with legit. Shouldn't harvest take care of this when used with only one parameter? |
^^ @aristidesfl got me thinking :) |
+1 |
Close this since the sprout command has been removed. |
I tried to "git sprout test" and expected a test branch to be created from the current branch, but instead it complained there was no branch called test.
when providing only one argument, sprout should branch from the current branch into a new branch with the name passed in the argument
The text was updated successfully, but these errors were encountered: