(log_file)) return with Util.cd(projPath): os.system("git pull") logCmd = "git log --date=short -U1 -- \*.c > all_log.txt" print logCmd os.system(logCmd) ...
確定! 回上一頁