From 10b1fdf18496f72c5c211d21249a52a7a4b8d014 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 29 Mar 2019 09:38:08 -0400 Subject: [PATCH] git --- firmware/hw_layer/sensors/{CJ125.cpp => cj125.cpp} | 0 firmware/hw_layer/sensors/{CJ125.h => cj125.h} | 0 .../hw_layer/sensors/{CJ125_logic.cpp => cj125_logic.cpp} | 0 firmware/hw_layer/sensors/{CJ125_logic.h => cj125_logic.h} | 0 misc/git_cheat_sheet.txt | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) rename firmware/hw_layer/sensors/{CJ125.cpp => cj125.cpp} (100%) rename firmware/hw_layer/sensors/{CJ125.h => cj125.h} (100%) rename firmware/hw_layer/sensors/{CJ125_logic.cpp => cj125_logic.cpp} (100%) rename firmware/hw_layer/sensors/{CJ125_logic.h => cj125_logic.h} (100%) diff --git a/firmware/hw_layer/sensors/CJ125.cpp b/firmware/hw_layer/sensors/cj125.cpp similarity index 100% rename from firmware/hw_layer/sensors/CJ125.cpp rename to firmware/hw_layer/sensors/cj125.cpp diff --git a/firmware/hw_layer/sensors/CJ125.h b/firmware/hw_layer/sensors/cj125.h similarity index 100% rename from firmware/hw_layer/sensors/CJ125.h rename to firmware/hw_layer/sensors/cj125.h diff --git a/firmware/hw_layer/sensors/CJ125_logic.cpp b/firmware/hw_layer/sensors/cj125_logic.cpp similarity index 100% rename from firmware/hw_layer/sensors/CJ125_logic.cpp rename to firmware/hw_layer/sensors/cj125_logic.cpp diff --git a/firmware/hw_layer/sensors/CJ125_logic.h b/firmware/hw_layer/sensors/cj125_logic.h similarity index 100% rename from firmware/hw_layer/sensors/CJ125_logic.h rename to firmware/hw_layer/sensors/cj125_logic.h diff --git a/misc/git_cheat_sheet.txt b/misc/git_cheat_sheet.txt index e31889d31d..9e79017267 100644 --- a/misc/git_cheat_sheet.txt +++ b/misc/git_cheat_sheet.txt @@ -21,8 +21,8 @@ git checkout -b 2019.01.14_release_1.19.1 git push -u origin 2019.01.14_release_1.19.1 new remote branch from another branch: -git checkout -b stable_18.2.rusefi stable_18.2.x -git push -u origin stable_18.2.rusefi +git checkout -b stable_19.1.rusefi stable_19.1.x +git push -u origin stable_19.1.rusefi =========================================