Skip to content

Instantly share code, notes, and snippets.

@entp
Created August 25, 2009 20:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save entp/174981 to your computer and use it in GitHub Desktop.
Save entp/174981 to your computer and use it in GitHub Desktop.
~vp(master)> cat ~/.gitconfig
...SNIP...
[alias]
datetag = !git tag `date \"+%Y%m%d%H%M\"`
update = pull --rebase
commdiff = log --pretty=oneline --left-right
...SNIP...
~vp(master)> git commdiff master...staging
>bb569b9a8c70a61ecffd4def3ac5e460848e0f36 Merge branch 'master' into staging
>f95b7db13fb48b3b5e1c2c484d00909a89f468d5 bulk edit on search page is no longer experimental
>7eb1f6872075419f189215220717b37dcd2866d8 Merge branch 'private_note' into staging
>201ac8dd67ffebac3950110436ee687b9a849e7b Merge branch 'master' into staging
>e6ff76c97585d7918b5175173774a74e18ebafda fix issue where replying to a resolved discussion with a private note would unresolve it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment