Skip to content

Instantly share code, notes, and snippets.

@meetkool
Created April 14, 2026 22:00
Show Gist options
  • Select an option

  • Save meetkool/81517c971f92b205452d5f4bb64e9e4a to your computer and use it in GitHub Desktop.

Select an option

Save meetkool/81517c971f92b205452d5f4bb64e9e4a to your computer and use it in GitHub Desktop.
[BLOG] prompt for code revice ok use this git log -p --pretty=format:"COMMIT: %H%nAUTHOR: %an%nDATE: %ad%nMESSAGE: %s%n" Do a git dif
Error in user YAML: (<unknown>): did not find expected key while parsing a block mapping at line 1 column 1
---
title: "prompt for code revice ok"
date: "2026-04-14"
excerpt: "use this git log -p --pretty=format:"COMMIT: %H%nAUTHOR: %an%nDATE: %ad%nMESSAGE: %s%n" Do a git dif"
tags: ["blog","quick-post"]

privacy: "public"
---

use this git log -p --pretty=format:"COMMIT: %H%nAUTHOR: %an%nDATE: %ad%nMESSAGE: %s%n" Do a git diff to all the commits of the git and pretend you're a senior dev doing a code review and you HATE this implementation. What would you criticize? What edge cases am I missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment