From f9e6c85ccefdfe04d325d04ef7d5ef924c735d1e Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 4 Sep 2025 10:40:17 +0200 Subject: [PATCH] Update rexm.c --- tools/rexm/rexm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index ae0a2a57f..b6bf73465 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -690,6 +690,9 @@ int main(int argc, char *argv[]) if (result != 0) LOG("WARNING: Error committing changes\n"); //result = system("git push"); // Push to the remote (origin, current branch) //if (result != 0) LOG("WARNING: Error pushing changes\n"); + ChangeDirectory("C:/GitHub/raylib.com"); + result = system(TextFormat("git commit -am \"REXM: RENAME: example: `%s` --> `%s`\"", exName, exRename)); // Commit changes (only tracked files) + if (result != 0) LOG("WARNING: Error committing changes\n"); } break; case OP_REMOVE: // Remove