Closed jonathan-benn closed 7 years ago
About the following steps, if you are not familiar about git, here are some tips. (If you knew them before, please ignore them.)
git add xxx
and git commit --amend
in your local branch, and use git push origin <your_branch_name> --force
to update remote branch.LGTM
The next fixes will build on top of this one