Git responses are usually very straightforward and to the point, but today I got git to say “Yeah!” by telling it to merge something it just merged. To get your git to be a little silly too:
Immediately after doing a merge, look at that last merge commit
1 2 3 4 5 6 7 8 |
|
Then…tell git to merge the same two SHA’s again
1 2 |
|
This is using git v1.7.5.4 command line, on OSX.