Emacs / Magit — how to create and delete repositories on Github

后端 未结 1 1339
旧巷少年郎
旧巷少年郎 2021-01-21 07:49

I am having trouble in Magit with step number 5 and step number 7 to create a new repository. If they exist, what are the interactive function equivalents (please) for steps 5

相关标签:
1条回答
  • 2021-01-21 08:10

    Magit does not provide any commands to interact with Githhb. You'll need to write your own command, around call-process and curl, or with gh.el which wraps the Github API.

    To add a new remote, type M a in the Magit status buffer.

    0 讨论(0)
提交回复
热议问题