-
Notifications
You must be signed in to change notification settings - Fork 48
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
gh fork Enhancements #221
Comments
The tricky part is A more command workflow is you clone the repo you want to fork and run |
hmm, I understand it's async, but as a user I'd sort of expect the behavior described above -- adding a remove makes sense -- but why not sleep for a few seconds and poll? Would make for a way better developer experience, IMO. Feel free to ignore, btw! Huge fan of this project. Just thought it'd be a nice touch ^^ |
This is doable and I'd love to make it happen. I do care about developer experience 😸. And thanks for the support of the project. Note that moving forward |
Awesome! ^^ |
It'd be really nice to be able to use fork as follows:
$ gh fork rdegges/someproject
And have the fork command not only initialize a Github fork, but also clone the forked repo down locally, and setup the upstream remote automatically.
Thoughts?
The text was updated successfully, but these errors were encountered: