罗泽轩
罗泽轩
@pathikrit Good point. Would you submit a pull request? Thanks!
@vr8hub Look like a legacy issue. Now I deprecate the git-back in https://github.com/tj/git-extras/pull/820.
@rvantonisse `git delete-branch` will try to get the remote via `git config`: https://github.com/tj/git-extras/blob/master/bin/git-delete-branch#L9 So if a remote is deleted by accident, it should be a bug. Anyway, specifying remote explicitly...
I think we should keep the original behavior unchanged. Since you think deleting the remote upstream may cause problem, I think we can ask the user whether to continue, and...
The problem is, `git pr` will enforce the url to be a valid GitHub url. Maybe we can change the verification?
@sahara108 Sorry for making ambiguity. `git pr` will verify if the url is a valid GitHub url, we can send a pull request to change its behavior, just verify if...
That will be great. Maybe we can add document for it.
@tiemonl It seems that the original author no longer works on this PR. Will you take over the code, and implement the feature that @tardypad mentioned?
@tiemonl I think you could simply update the documentation. If you have much free time, you could also introduce a new option to deduplicate via name instead of email.
@tiemonl > introduce a new option to deduplicate via name instead of email ~~I need to clarify myself that I mean to add a new option in `git author` to...