-
I have setup magit and forge correctly, fetched my upstream PRs and issues but for some reason the commits arent showing.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
sorry for making an issue, saw that the discussion feed was empty and assumed it wasn't used |
Beta Was this translation helpful? Give feedback.
-
Did you read https://magit.vc/manual/forge/Repository-Detection.html, specifically the part about You might also want to name the "upstream" remote |
Beta Was this translation helpful? Give feedback.
-
As tarsius said in #338 (reply in thread) , the problem was that forge doesnt really support remote tracking refs for upstream that are named |
Beta Was this translation helpful? Give feedback.
As tarsius said in #338 (reply in thread) , the problem was that forge doesnt really support remote tracking refs for upstream that are named
+refs/remotes/repo-name/*
because its an uncommon format, instead you should use+refs/heads/*:refs/remotes/upstream/*