Skip to content

Commit 427b0d2

Browse files
committed
Update rexm.c
1 parent 5f9465d commit 427b0d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/rexm/rexm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,9 +689,11 @@ int main(int argc, char *argv[])
689689
ChangeDirectory("C:\\GitHub\\raylib");
690690
system("git --version");
691691
system("git status");
692+
system("git add -A");
692693
int result = system(TextFormat("git commit -m \"REXM: RENAME: example: `%s` --> `%s`\"", exName, exRename)); // Commit changes (only tracked files)
693694
if (result != 0) LOG("WARNING: Error committing changes\n");
694695
ChangeDirectory("C:/GitHub/raylib.com");
696+
system("git add -A");
695697
result = system(TextFormat("git commit -m \"REXM: RENAME: example: `%s` --> `%s`\"", exName, exRename)); // Commit changes (only tracked files)
696698
if (result != 0) LOG("WARNING: Error committing changes\n");
697699

0 commit comments

Comments
 (0)