Bug 1539792 Comment 28 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

It looks like you're trying to push to the mozilla/treeherder repo instead of your fork. 

Once you set `origin` to your fork, then type `git push origin bug/Chioma/tool-tip-does-not-show-bug-summary --force`. If this is unclear, please refer to github's guides - they have all of this written in their documentation.

Please only makes changes to the old branch, not a new one; `bug/Chioma/tool-tip-does-not-show-bug-summary` is the branch for your existing pull request. For future reference, you should also only use hyphens and not slashes when naming a branch, so for example `tooltip-change` is sufficient. The branch name is for reference and does not need to be lengthy.
It looks like you're trying to push to the mozilla/treeherder repo instead of your fork. 

Once you set `origin` to your fork, then type `git push origin bug/Chioma/tool-tip-does-not-show-bug-summary --force`. If this is unclear, please refer to github's guides - they have all of this written in their documentation.

Please only makes changes to the old branch, not a new one; `bug/Chioma/tool-tip-does-not-show-bug-summary` is the branch for your existing pull request. When you forget the name of the branch you're working on, `git branch` will show you all of the branches you have created. For future reference, you should also only use hyphens and not slashes when naming a branch, so for example `tooltip-change` is sufficient. The branch name is for reference and does not need to be lengthy.

Back to Bug 1539792 Comment 28