mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-03 20:13:29 +00:00
Update rexm.c
This commit is contained in:
parent
9b99c5b04e
commit
f9e6c85cce
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user