vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 62 forks source link

Document ci-statuses require setting push-remote #380

Closed danielcompton closed 5 years ago

danielcompton commented 5 years ago

Add documentation to explain that you need to set the push-remote for Magit to pick up the status checks for a branch.

Taken from https://github.com/vermiculus/magithub/issues/334#issuecomment-394329415.

vermiculus commented 5 years ago

Good addition, thanks. I would probably word it as:

Note that the branch must have a push-remote set in order to find the correct status to use.

danielcompton commented 5 years ago

Fixed.

vermiculus commented 5 years ago

Thanks!