Closed lloy0076 closed 6 years ago
You can amend your commit message to include Closes #1
if you want to benefit from autoclose
It's probably best if you squash your commits
How to do that?
git rebase -i origin/master
, assuming origin
is a git remote that points to this repository, and not your fork. If you're not sure what your remotes are, run git remote -vvv
, there should be your fork and the holy/reference/base/origin/whatever-you-call-it repository.pick
with fixup
on every line but the first onegit push --force
to overwrite what you already pushed. Don't forget the --force
option otherwise git will try to merge both things together.we can also squash when merging manually if needed!
Shamelessly "borrowed"
README.md
from:Added LICENSE file from:
It is possible that:
As for the last point, I am trying to guess what this package does and
api-platform/core
is the most likely primary reason for installing this pack.Closes #1