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.
コミットされた一連のコードを元に戻すようにという指示を受け取りました。良いニュースは、すべてのコミットに次のような参照文字列があることです。
ABC-1556 ABC-1616 ABC-4818 ABC-5919
このコマンドはそれらの 1 つを提供します。それらすべてを見つけるために grep コマンドを変更するにはどうすればよいですか?
git log --pretty=oneline --abbrev-commit --grep='ABC-1556'