@bradfitz ("Brad Fitzpatrick") wrote:
When I don't know git commands enough, I take advantage of me knowing git enough to just edit the raw data structure.
Here I wanted to make a merge commit w/ fake parent w/o affecting its "tree". Just wanted its history for a fast-forward push:
https://gist.github.com/bradfitz/935814cf8eae364d56e66596a8de1f18
Suuure!