mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
Update to gen_set.pl & cleanup in txt files
Updated gen_set.pl since autobahn was renamed to XTETrack, and removed dependency on external perl modules Create_new_page.txt contained some notes on git commands and how to compile, moved to respective files.
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
git status
|
||||
git fetch upstream
|
||||
git diff --name-status upstream/master
|
||||
git checkout upstream/master platformio.ini
|
||||
git checkout upstream/master platformio.ini
|
||||
|
||||
# how to reset my Repo to match norbert'status
|
||||
|
||||
git remote add upstream https://github.com/norbert-walter/esp32-nmea2000-obp60
|
||||
git fetch upstream
|
||||
git checkout master
|
||||
git reset --hard upstream/master
|
||||
git push origin master --force
|
||||
Reference in New Issue
Block a user