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.
2 人の人間がプロジェクトに取り組んでおり、それぞれが別の場所にいて、コードを git リポジトリにコミットしているとします。私の同僚が何かをリモート リポジトリにプッシュした場合、いつその git push を行ったかを確認することはできますか? 日付のことです。たとえば、コミットの場合は git log を使用できますが、リモート プッシュはどうですか?
次の 2 行のコード:
System.out.println(Arrays.toString("test".split("(?<!^)"))); System.out.println(Arrays.toString("test".split("(?!^)")));
それぞれが同じ出力を生成