Timeline for How to organize my Arduino projects' structure for easy source control?
Current License: CC BY-SA 3.0
4 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Apr 13, 2017 at 12:50 | history | edited | Community Bot |
replaced http://arduino.stackexchange.com/ with https://arduino.stackexchange.com/
|
|
Mar 5, 2014 at 1:41 | comment | added | asheeshr | "It makes no difference if you use a single directory or multiples (like vendor, node_modules, etc.)." I didn't understand this part. Could you elaborate? | |
Mar 4, 2014 at 22:01 | comment | added | kaiser |
+1, but just as a sidenote: Git Submodules are pretty unstable and likely loose track. It makes no difference if you use a single directory or multiples (like vendor , node_modules , etc.). Git references them and keeps track of it.
|
|
Mar 4, 2014 at 15:54 | history | answered | asheeshr | CC BY-SA 3.0 |