Skip to content
#

GitHub

github logo

GitHub makes it easier for developers to be developers: to work together, to solve challenging problems, to create the world’s most important technologies.

Here are 12,337 public repositories matching this topic...

eveslage
eveslage commented Apr 9, 2021

Your api is quite powerful to access al kinds of information in a git repository. But there is no way to access git-notes.

https://git-scm.com/docs/git-notes

we use git-notes to annotate commits without changing the commit itself. git log shows them along with the commit messages and gitea shows them in the web ui. But the api access is missing.

it would be nice to have access to git-note

refined-github
lfracalossiFA
lfracalossiFA commented Mar 31, 2021

Describe the bug
This isn't a bug so much as something I think is confusing with the documentation. Specifically, this is in reference to the Beta Features -> “Working with a Local Git Repository” documentation.

I'm using Netlify CMS + Jekyll 4 + Github + Netlify as my tech stack. I wanted to develop on

Strange-AI
Strange-AI commented Sep 18, 2018

JS 配置如下:

 var gitalk = new Gitalk({
            clientID: '3654916*****0c0038c28',
            clientSecret: 'd90d031a*****0e0fa4c7fe2fae747b96b',
            repo: 'Strange-AI.github.io',
            owner: 'Strange-AI',
            admin: ['jinfagang', 'Strange-AI'],
            id: vm.codeId,
            distractionFreeMode: false
        });
        gitalk.render('gitalk-conta

Created by Chris Wanstrath, PJ Hyett, Tom Preston-Werner, and Scott Chacon

Released April 10, 2008

Organization
github
Website
github.com
Wikipedia
Wikipedia

Related Topics

git