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
@AlbertoBarba I'm not sure there is always a match between project name and remote source (that should named origin), as my experience in fork the origin is the forked project and upstream project should have other names (eg: upstream :D ).
Maybe should be used as default value for configuration if we create a "gh-init" command?
git-helper-gh/bin/git-gh-pr
Line 36 in 048dff0
What do you thing to use a command to retrieve the Github project instead of reading it from a config?
GH_PROJECT=$(git config --get remote.origin.url | sed -e "s/^[email protected]://" -e "s/.git$//")
The text was updated successfully, but these errors were encountered: