瀏覽代碼

Update rexm.c

pull/5170/head
Ray 1 月之前
父節點
當前提交
f9e6c85cce
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      tools/rexm/rexm.c

+ 3
- 0
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

Loading…
取消
儲存