github use
- robertspark
- Offline
- Platinum Member
-
Less
More
- Posts: 915
- Thank you received: 216
30 Aug 2021 09:25 #219154
by robertspark
github use was created by robertspark
Is there like a numpties guide to using git for linuxcnc?
I've tried to update a few files, but am unsure as to how to create a pull request for these SPECIFIC files, and not all the files I've changed..... so that I can add a comment to each item ive changed?
github.com/robertspark/linuxcnc/commit/3...eee8409919bd30f493ac
github.com/LinuxCNC/linuxcnc/commit/82a7...257590c067bdd9760af6
I've tried to update a few files, but am unsure as to how to create a pull request for these SPECIFIC files, and not all the files I've changed..... so that I can add a comment to each item ive changed?
github.com/robertspark/linuxcnc/commit/3...eee8409919bd30f493ac
github.com/LinuxCNC/linuxcnc/commit/82a7...257590c067bdd9760af6
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
Less
More
- Posts: 5723
- Thank you received: 2095
30 Aug 2021 10:47 #219158
by phillc54
Replied by phillc54 on topic github use
There is none that I know of.
You can edit a file directly from a browser and then create a PR.
You can edit a file directly from a browser and then create a PR.
The following user(s) said Thank You: robertspark
Please Log in or Create an account to join the conversation.
- Reinhard
- Offline
- Platinum Member
-
Less
More
- Posts: 508
- Thank you received: 94
30 Aug 2021 13:24 #219169
by Reinhard
Replied by Reinhard on topic github use
Hi,
for my repos I use GitEye - very nice gui which supports drag&drop, shows diffs and much more. Its possible to do commit and push in one shot.
I like it much, but GitEye is limited to debian 10 - GitEye is a java app converted to binary, so any compatibilty has been lost
for my repos I use GitEye - very nice gui which supports drag&drop, shows diffs and much more. Its possible to do commit and push in one shot.
I like it much, but GitEye is limited to debian 10 - GitEye is a java app converted to binary, so any compatibilty has been lost

Please Log in or Create an account to join the conversation.
- snowgoer540
-
- Offline
- Moderator
-
Less
More
- Posts: 2422
- Thank you received: 796
30 Aug 2021 14:21 #219172
by snowgoer540
Replied by snowgoer540 on topic github use
It looks like at least one of these just got taken care of:
github.com/LinuxCNC/linuxcnc/commit/e74e...069655df1de7166286a5
github.com/LinuxCNC/linuxcnc/commit/e74e...069655df1de7166286a5
The following user(s) said Thank You: robertspark
Please Log in or Create an account to join the conversation.
- robertspark
- Offline
- Platinum Member
-
Less
More
- Posts: 915
- Thank you received: 216
30 Aug 2021 15:21 #219174
by robertspark
Replied by robertspark on topic github use
Thanks all, I'm finding a few of these snafus' {syntax stuff}
sudo apt-get install qttools5.dev
which should be:
sudo apt-get install qttools5-dev {dash}
they are just easier to correct than waffle on about where:
linuxcnc.org/docs/devel/html/gui/qtvcp.html
Section 3.2
and
fine name error qttools5.dev "."(dot) to qttools5-dev "-"(dash)
github.com/LinuxCNC/linuxcnc/pull/1253
github.com/LinuxCNC/linuxcnc/pull/1252
see what happens
sudo apt-get install qttools5.dev
which should be:
sudo apt-get install qttools5-dev {dash}
they are just easier to correct than waffle on about where:
linuxcnc.org/docs/devel/html/gui/qtvcp.html
Section 3.2
and
fine name error qttools5.dev "."(dot) to qttools5-dev "-"(dash)
github.com/LinuxCNC/linuxcnc/pull/1253
github.com/LinuxCNC/linuxcnc/pull/1252
see what happens
The following user(s) said Thank You: snowgoer540
Please Log in or Create an account to join the conversation.
- snowgoer540
-
- Offline
- Moderator
-
Less
More
- Posts: 2422
- Thank you received: 796
30 Aug 2021 16:39 #219176
by snowgoer540
Replied by snowgoer540 on topic github use
Good finds. It appears Rene committed them.
The git stuff gets easier, believe it or not haha.
Thanks for the effort!
The git stuff gets easier, believe it or not haha.
Thanks for the effort!
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
Less
More
- Posts: 5723
- Thank you received: 2095
31 Aug 2021 00:50 #219208
by phillc54
Replied by phillc54 on topic github use
Robert, I don't know if you have seen this:
www.linuxcnc.org/docs/html/code/contributing-to-linuxcnc.html
www.linuxcnc.org/docs/html/code/contributing-to-linuxcnc.html
Please Log in or Create an account to join the conversation.
Moderators: HansU
Time to create page: 0.074 seconds