bensie (owner)

Fork Of

Revisions

gist: 175085 Download_button fork
public
Public Clone URL: git://gist.github.com/175085.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
~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