How to attach file to a github issue?

后端 未结 12 1584
天命终不由人
天命终不由人 2020-12-23 12:48

I migrated with a project from Bitbucket to Github and I can not find a way to attach a file to an issue (ex: screenshot, specs, etc)

How to do it?

12条回答
  •  礼貌的吻别
    2020-12-23 13:28

    It's a bit of a kludge but you could create a junk branch, then commit the file to that branch and purge it later.

    EDIT: This script may be of use to you:

    https://github.com/wereHamster/ghup

提交回复
热议问题