You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently clone --fork will clone the forked repository as it is, but making clone --fork clone the fork into the original owner's directory might be more useful.
current: ~/.ghr/github.com/yu-ichiro/ghr
proposal: ~/.ghr/github.com/siketyan/ghr (cloned from yu-ichiro/ghr)
This has some advantages such as:
being able to distinguish the forked repository by its original owner
ghr browse will open the original repo (which IMO used more often)
Btw adding upstream to remotes after cloning a fork will be very useful and I was thinking it might be good to release these features together
The text was updated successfully, but these errors were encountered:
Yes, I also want this. But I prefer configuring it by the config file (ghr.toml) instead of the command-line option. I think this dicision is partially permanent for a user.
Currently
clone --fork
will clone the forked repository as it is, but makingclone --fork
clone the fork into the original owner's directory might be more useful.This has some advantages such as:
ghr browse
will open the original repo (which IMO used more often)Btw adding upstream to remotes after cloning a fork will be very useful and I was thinking it might be good to release these features together
The text was updated successfully, but these errors were encountered: