nhibernate-core icon indicating copy to clipboard operation
nhibernate-core copied to clipboard

NH-3724 - Added support for notification handlers

Open hazzik opened this issue 5 years ago • 2 comments

Replaces #363

hazzik avatar Apr 10 '19 04:04 hazzik

/rebase

hazzik avatar Jun 14 '19 00:06 hazzik

The rebase failed:

Not Found

To rebase manually, run these commands in your terminal:

# Fetch latest updates from GitHub.
git fetch
# Create new working tree.
git worktree add .worktrees/rebase rjperes-NH-3724
# Navigate to the new directory.
cd .worktrees/rebase
# Rebase and resolve the likely conflicts.
git rebase --interactive --autosquash master
# Push the new branch state to GitHub.
git push --force
# Go back to the original working tree.
cd ../..
# Delete the working tree.
git worktree remove .worktrees/rebase

autorebase[bot] avatar Jun 14 '19 00:06 autorebase[bot]