New git repo with several revisions -


is there proper way commit multiple revisions new git repository?

i'm attempting debug serialization problem resulting in specific change xml. problem don't know when happens, i've scheduled timer serialize data every second. produces 10s of files browse through in tortoisegit's log window find when change occurred.

of course, loop manually:

  • rename file standard name,
  • commit it,
  • delete it,
  • repeat.

in theory, same program generates these files that, i'm not confident enough in git skills run command in loop; rely on instant feedback know whether need repair repo.

is there better way?


Comments