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.
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 If it got it correct. On Github you made a local fork and you should push to this. Then this is done you could make a pull request. Nicklas Karlsson 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
