git clone <url>
and a https link to clone it to your project. If you want to be able to push to it, too, you can link it.Add the application
link to install the Deepnote GitHub app.commit
, pull
, and push
by opening a terminal, switching to the repo directory with cd
, and then running the git
commands you need.git
commands. To be able to use this approach, we access the repository via https
protocol, rather than over ssh
. The token is only valid for 10 minutes and it only authorized to access git repository linked to the given project. We use Custom Git Credential Helper to pass the token to the git
commands.