[Dlang-internal] DIP1000 discussion and testing
Martin Nowak via Dlang-internal
dlang-internal at puremagic.com
Sat Nov 5 03:58:31 PDT 2016
On Tuesday, 1 November 2016 at 09:19:55 UTC, Walter Bright wrote:
> I implemented it, but now the PR got thoroughly fouled up after
> I rebased it on master.
You need help fixing this? In case of failed rebases it's usually
best to git rebase --abort. If it's too late for that, you cat
look at .git/logs/refs/heads/branch_name, to find the git commit
hash before the rebase, then git reset --hard to that, and try
again.
More information about the Dlang-internal
mailing list