🔖 Moving to bugfix-2.1.x

This commit is contained in:
Scott Lahteine
2022-06-03 23:50:20 -05:00
committed by Scott Lahteine
parent ece124fdea
commit 7677368aaf
9 changed files with 20 additions and 34 deletions

View File

@ -52,7 +52,7 @@ if [[ $ACTION == "manual" ]]; then
git checkout $IMPORT || exit
# Reset from the latest complete state
#git reset --hard bugfix-2.0.x
#git reset --hard bugfix-2.1.x
cp "$MARLINREPO/Marlin/"Configuration*.h "$CDEF/"
#git add . && git commit -m "Changes from Marlin ($(date '+%Y-%m-%d %H:%M'))."