Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は pygit2 を使用してレポのそのステータスにアクセスしています
status = repo.status() for filepath,flags in status.items(): print ("path %s flags %d", filepath, flags)
フラグの解釈方法に関するドキュメントを見つけることができないようです
誰かが私を正しい方向に向けてくれますか