jupyterhub / nbgitpuller

Jupyter server extension to sync a git repository one-way to a local path
https://nbgitpuller.readthedocs.io
BSD 3-Clause "New" or "Revised" License
212 stars 86 forks source link

Support commit SHA for nbgitpuller url #239

Open skirpichev opened 2 years ago

skirpichev commented 2 years ago

Ability to specify a particular commit from the git content repository could be helpful in the https://github.com/manics/action-binderbadge for instance. (See also related issue manics/action-binderbadge#301.)

welcome[bot] commented 2 years ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

manics commented 2 years ago

I think this is a good idea, especially as the purpose of nbgitpuller is expanding beyond just Git so there's less of a reason to maintain the branch name inside the downloaded folder.