Grit's clone method is undefined?

后端 未结 1 1210
日久生厌
日久生厌 2021-01-05 19:12

I\'ve recently started working on a project that uses git for storage and ruby as a front-end. The first version of my script used ruby-git, which was ok though pretty simpl

相关标签:
1条回答
  • 2021-01-05 20:02

    Since Git is well structured, Grit uses a method missing (Grit::Git#method_missing) to 'systematically' execute Git commands.

    See link below for an example that should help you.

    https://gist.github.com/731502

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