I cannot figure how to do a pull request - It only seems to want to do a "compare"
In the meantime I have the 1st draft of a "launcher" working for the "this user only" installation script..
I cannot figure how to do a pull request - It only seems to want to do a "compare"
In the meantime I have the 1st draft of a "launcher" working for the "this user only" installation script..
Here a broad overview of the pull request workflow:
arduino/arduino-ide repository for you to submit your pull request from.arduino/arduino-ide repositoryarduino/arduino-ide repository.Which step are you at?
Hi, thanks so much for the explanation... I have managed to Fork and Branch
but when I try to clone to my PC I only get the main branch, not the new one I created and entered into...
git clone GitHub - ArduinoShop/arduino-ide: Arduino IDE
any ideas??
After cloning the repository, you should be able to cd to the folder you cloned it to and then use the command git checkout Linux_Install to checkout your development branch.
THANK YOU!!! - this was the missing link - I seem to have github working for me now, rather than vice-versa. Busy writing the scrips....
I am not editing any files - only adding 3 or 4 to be included in the "Linux" package..
One of them is an icon I made just for testing...
On a totally unrelated topic - whenever I install the IDE the first thing is do is replace 2 files in the core to get "printf" - old 'C' programmer like me can't live without it... Does Arduino have any thoughts about including it?
This is the current state of things as far as official support goes:
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.