We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure if this is even possible or not?
ghstack checkout https://github.com/pytorch/pytorch/pull/38201 git switch -c mypy-stackme git cherry-pick some-commit-id ghstack
gives:
$ git remote get-url origin $ git fetch origin Enter passphrase for key '/home/rgommers/.ssh/id_rsa': $ git merge-base origin/master HEAD $ git rev-list --header ^b579433bf7fc2d4cd333bfdacee6f08f5c7f30b1 HEAD $ git rev-list --header ^b579433bf7fc2d4cd333bfdacee6f08f5c7f30b1^@ b579433bf7fc2d4cd333bfdacee6f08f5c7f30b1 $ git rev-list --max-count=1 --header origin/gh/rgommers/751/orig fatal: ambiguous argument 'origin/gh/rgommers/751/orig': unknown revision or path not in the working tree.
Clear that that branch doesn't exist, it replaces the username of the original PR submitter with my username.
git lg output looks fine:
git lg
* 33b6c27182 - (HEAD -> mypy-stackme) Add type annotations for iinfo/finfo, run mypy on some test files (8 minutes ago) * 6fde698cba - (origin/gh/ezyang/755/orig) Move torch/autograd/grad_mode.pyi stubs inline (17 hours ago) * 90a2d0e4b6 - (origin/gh/ezyang/752/orig) Device and torch._C function cleanup (17 hours ago) * df2cd3de05 - (origin/gh/ezyang/751/orig) Delete torch/__init__.pyi, deferring to direct extension stubs (17 hours ago)
The text was updated successfully, but these errors were encountered:
Confirmed by @ezyang: stacking on top of someone else's PR doesn't work.
Leaving this issue open, it would be very useful to have this capability. I'm not planning on looking into it though.
Sorry, something went wrong.
This works now, but #29 is a follow up.
No branches or pull requests
Not sure if this is even possible or not?
gives:
Clear that that branch doesn't exist, it replaces the username of the original PR submitter with my username.
git lg
output looks fine:The text was updated successfully, but these errors were encountered: