-
Notifications
You must be signed in to change notification settings - Fork 1
Gpe cr improvements #6
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
Conversation
for each one, push a branch to <remote>. | ||
The branch is named following the <branch-prefix>-<sha1> | ||
pattern and points to <sha1>. | ||
By default <branch-prefix> is 'gpe' and <remote> is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i had the prefix as 'gpe-'
so that people could change it to whatever/
if they prefer some other delimiter. (some tools are dumb and can get confused if branch names have /
, hence i defaulted to -
, though /
is nicer)
this probably isn't a big deal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I changed it to 'gpe-'
in the first commit, rebased and force pushed.
This LGTM! thanks @chriscool |
- Add a DESCRIPTION section with some explanations. - Show that <remote> and <branch-prefix> are optional. - Tell what are the default values for them. License: MIT Signed-off-by: Christian Couder <[email protected]>
And use it properly in case of unrecognized option. License: MIT Signed-off-by: Christian Couder <[email protected]>
License: MIT Signed-off-by: Christian Couder <[email protected]>
License: MIT Signed-off-by: Christian Couder <[email protected]>
License: MIT Signed-off-by: Christian Couder <[email protected]>
License: MIT Signed-off-by: Christian Couder <[email protected]>
License: MIT Signed-off-by: Christian Couder <[email protected]>
This makes it possible to check that "git branch -r" worked. License: MIT Signed-off-by: Christian Couder <[email protected]>
3dc07e4
to
f0ca0e7
Compare
This fixes issue #2 (Code Review?)