boot in recovery mode 1
sudo nvram internet-recovery-mode=RecoveryModeDisk
clear nvram and confirm 2[3]
nvram -c
nvram -p
| git checkout stash@{0} -- arduino/src/README.md |
| git checkout origin/main -- {filename} |
| git diff --no-index path/to/file/1.txt path/to/file/2.txt |
| <code style="color:black;">code_to_highlight</code> |
| // | |
| // This sketch will print some of interesting predefined constants to Serial. | |
| // | |
| // For more information, look at | |
| // http://electronics4dogs.blogspot.com/2011/01/arduino-predefined-constants.html | |
| // helper macro | |
| #define LINE(name,val) Serial.print(name); Serial.print("\t"); Serial.println(val); | |
| void setup() |