That is correct, PR in your pages, represent contributions to your fork, which none have been received yet. You are contributing to linuxcnc, your PR will be found in linuxcnc main repo, not in your fork, it would make no sense to find it in your own PR list, it is not a request to merge code in your repo.
On March 17, 2026 12:40:27 AM GMT+08:00, Thomas J Powderly <[email protected]> wrote: >Hans, Thank you > >On 3/15/26 01:29, Hans Unzner wrote: >> Looks good now ☺️ >> Your new pull request ist open: >> https://github.com/LinuxCNC/linuxcnc/pull/3862 >> >> "no open pull requests in tjtr33/linuxcnc" is correct, because you want a >> pull request to https://github.com/LinuxCNC/linuxcnc/pulls, and there your >> pull request is listed. >> >> Hans >> >I can follow your link OK > >and > >still see 0 PRs open on my page > >So, > >I just keep working > >if interested , take a look at > >https://github.com/tjtr33/linuxcnc/discussions/1 > >for preliminary quickstart > >TomP > >> Am 14.03.26 um 18:59 schrieb Thomas J Powderly: >>> I changed the branch name from 'master' to 'sinkEDM' >>> >>> Github suggested several cl cleanup commands >>> >>> all ran ok. >>> >>> I mage a new pull request. >>> >>> After answering all the questions, i clk on my avatar icon >>> >>> the i Checked to see if the really was a pull request >>> >>> This is about 15 minutes after the pull request page was filled out >>> >>> cnc@raspberrypi:~/linuxcnc-source-dir$ gh pr list >>> no open pull requests in tjtr33/linuxcnc >>> >>> TomP >>> >>> On 3/14/26 23:05, Hans Unzner wrote: >>>> TomP you made a fork of https://github.com/LinuxCNC/linuxcnc including >>>> only the master branch which is perfectly fine. >>>> Then you added your commits on the master branch of your fork. That works >>>> but I would not recommend that. That makes it difficult to sync with the >>>> original master branch. >>>> We could leave it as it is and go ahead or you can fix it by renaming your >>>> master branch on Github (https://github.com/tjtr33/linuxcnc/branches). >>>> That will probably close the current pull request and you need to create >>>> another one. >>>> >>>> Hans >>>> >>>> >>>> Am 14.03.26 um 16:24 schrieb Nicklas SB Karlsson: >>>>> There i a pull request on top of page. >>>>> >>>>> Looking at your repository https://github.com/tjtr33/linuxcnc it seems >>>>> you made a new repository, there is only master >>>>> branch. Pretty sure you instead need to make a new branch of official >>>>> repository but are not certain, only done this >>>>> once for Freecad. >>>>> >>>>> Looking at "official" Linuxcnc repository >>>>> https://github.com/LinuxCNC/linuxcnc/tree/master there is quite many >>>>> branches >>>>> to chose from if button with text "master" is pressed. >>>>> >>>>> Nicklas Karlsson >>>>> >>>>> >>>>> >>>>> lör 2026-03-14 klockan 21:34 +0700 skrev Thomas J Powderly: >>>>>> Hello Luca >>>>>> >>>>>> I cannot finish the pull request >>>>>> >>>>>> The web page has no way to end the dialog >>>>>> >>>>>> >>>>>> TomP >>>>>> >>>>>> >>>>>> >>>>>> On 3/13/26 18:33, [email protected] wrote: >>>>>>> You create your own branch on github and can push to this? >>>>>>> >>>>>>> Then you have been able to push to your own branch then you could make >>>>>>> a pull request. >>>>>>> >>>>>>> Nicklas Karlsson >>>>>>> >>>>>>> >>>>>>> Den Fredag, Mars 13, 2026 06:13 CET, skrev Thomas J Powderly >>>>>>> <[email protected]>: >>>>>>> Hello Nicklas, >>>>>>> >>>>>>> I reply in line... >>>>>>> >>>>>>> On 3/13/26 04:16, Nicklas SB Karlsson wrote: >>>>>>>> git remote -v tell you about remote repositories, there may be more >>>>>>>> than one. For files I want to bring to >>>>>>>> workshop >>>>>>>> machine I have two. One on ordinary computer with connection to >>>>>>>> internat and another on USB pin I could brin to >>>>>>>> workshop >>>>>>>> with machines as I do not have internet there. >>>>>>> cd linuxcnc-source-dir/ >>>>>>> . scripts/rip-environment >>>>>>> git remote -v >>>>>>> >>>>>>> """ >>>>>>> >>>>>>> origin https://github.com/LinuxCNC/linuxcnc.git (fetch) >>>>>>> origin https://github.com/LinuxCNC/linuxcnc.git (push) >>>>>>> >>>>>>> " >>>>>>> >>>>>>> I cannot push to >>>>>>> >>>>>>> https://github.com/LinuxCNC/linuxcnc.git >>>>>>> >>>>>>> or >>>>>>> >>>>>>> LinuxCNC/linuxcnc.git >>>>>>> >>>>>>> or >>>>>>> >>>>>>> LinuxCNC/linuxcnc >>>>>>> >>>>>>> or >>>>>>> >>>>>>> linuxcnc >>>>>>> >>>>>>> >>>>>>>> Interested in output from git remote -v as it show name remote >>>>>>>> repository needed to get more information. I origin >>>>>>>> as >>>>>>>> example for name of repository, to show tracking info where you push >>>>>>>> and pull use: >>>>>>>> git remote show origin >>>>>>> git remote show origin >>>>>>> * remote origin >>>>>>> Fetch URL: https://github.com/LinuxCNC/linuxcnc.git >>>>>>> Push URL: https://github.com/LinuxCNC/linuxcnc.git >>>>>>> HEAD branch: master >>>>>>> Remote branches: >>>>>>> >>>>>>> ..... too longe to post >>>>>>> >>>>>>> ... but i do not see tjtr33/any nor linuxcnc in the long list >>>>>>> >>>>>>> ../ I see Andy got username/branchname >>>>>>> >>>>>>> ... so thw format uername/forkname is valid >>>>>>> >>>>>>> andypugh/3395 tracked >>>>>>> andypugh/bring_back_RTAI tracked >>>>>>> andypugh/buildbot_test tracked >>>>>>> >>>>>>> but >>>>>>> >>>>>>> my GitHub Page (https://github.com/tjtr33/linuxcnc) >>>>>>> has pon top left >>>>>>> """ >>>>>>> tjtr33 / linuxcnc followed by ForkSymbol >>>>>>> linuxcnc Public >>>>>>> forked from LinuxCNC/linuxcnc >>>>>>> """ >>>>>>> >>>>>>>> If it got it correct. On Github you made a local fork and you should >>>>>>>> push to this. >>>>>>> Please, >>>>>>> >>>>>>> given the info above, >>>>>>> >>>>>>> I think my frok is tjtr33/linuxcnc >>>>>>> >>>>>>> I thhink the push command should be >>>>>>> >>>>>>> git push origin tjtr33/linuxcnc >>>>>>> >>>>>>> but always that fails >>>>>>> >>>>>>> """" >>>>>>> >>>>>>> git push origin tktr33/linuxcnc >>>>>>> error: src refspec tktr33/linuxcnc does not match any >>>>>>> error: failed to push some refs to >>>>>>> 'https://github.com/LinuxCNC/linuxcnc.git' >>>>>>> """ >>>>>>> >>>>>>> So, I think o my command format is wrong >>>>>>> >>>>>>> or 'originb' is wrong >>>>>>> >>>>>>> or 'tjtr33/linuxcnc' is weong. >>>>>>> >>>>>>> IMO tjtr44/linuxcnc is wrong >>>>>>> >>>>>>> despite GitHub's labeling my page that way >>>>>>> >>>>>>> and stamping it with 'forked from LinuxCNC. >>>>>>> >>>>>>>> Then this is done you could make a >>>>>>>> pull request. >>>>>>> I think I cannot pull until after I t push, correct? >>>>>>>> Nicklas Karlsson >>>>>>>> >>>>>>> Thnaks for replying >>>>>>> >>>>>>> TomP >>>>>>> >>>>>>>> tor 2026-03-12 klockan 20:38 +0000 skrev andy pugh: >>>>>>>>> On Thu, 12 Mar 2026 at 18:42, Thomas J Powderly<[email protected]> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>>> git push --dry-run >>>>>>>>>> remote: Permission to LinuxCNC/linuxcnc.git denied to tjtr33. >>>>>>>>> It should be pushing to tjtr33/linuxcnc >>>>>>>>> I don't know why it is trying to push to LinuxCNC/linuxcnc >>>>>>>>> >>>>>>>>> What does "git remote -v" tell you? >>>>>>>>> >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Emc-developers mailing list >>>>>>>> [email protected] >>>>>>>> https://lists.sourceforge.net/lists/listinfo/emc-developers >>>>>>> _______________________________________________ >>>>>>> Emc-developers mailing list >>>>>>> [email protected] >>>>>>> https://lists.sourceforge.net/lists/listinfo/emc-developers >>>>>>> >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Emc-developers mailing list >>>>>>> [email protected] >>>>>>> https://lists.sourceforge.net/lists/listinfo/emc-developers >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Emc-developers mailing list >>>>> [email protected] >>>>> https://lists.sourceforge.net/lists/listinfo/emc-developers >>>> >>>> >>>> >>>> _______________________________________________ >>>> Emc-developers mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/emc-developers >>> >>> >>> _______________________________________________ >>> Emc-developers mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/emc-developers >> >> >> >> _______________________________________________ >> Emc-developers mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/emc-developers > > >_______________________________________________ >Emc-developers mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/emc-developers _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
