Git jupyterlab: Difference between revisions
From Master of Neuroscience Wiki
Created page with "== Setting up the keys == === I. in Jupyter-Lab terminal === none|thumb|800x800px Create Keys # Open Terminal # ssh-keygen -t ed25519 -C "USERNAME@uni-bremen.de" none|thumb|500x500pxnone|thumb|500x500px # git config --global user.name "GIVENNAME SURENAME" # git config --global user.email "USERNAME@uni-bremen.de" # cat .ssh/id_ed25519.pubnone|thumb|500x500px ===..." |
(No difference)
|
Latest revision as of 14:53, 23 October 2025
Setting up the keys
I. in Jupyter-Lab terminal

Create Keys
- Open Terminal
- ssh-keygen -t ed25519 -C "USERNAME@uni-bremen.de"


- git config --global user.name "GIVENNAME SURENAME"
- git config --global user.email "USERNAME@uni-bremen.de"
- cat .ssh/id_ed25519.pub

II. Git (git.fb1.uni-bremen.de)





III. Under Jupyter-Lab Terminal with correct key name

IV. Back in git



Prepare repo under git



Get the repo under Jupyter-Lab

Add new file to the repo






