Closed kautukkundan closed 3 years ago
Last thing to do before merging is to cleanup commits.
git rebase -i HEAD~9
and use the interactive git workflow to squash down to 1 commit with details for all this work. HEAD~9
means to rebase the last 9 commits.
Then git push --force-with-lease origin db-memory-tree
to push changes up overriding commits that are already here.