Git jupyterlab

From Master of Neuroscience Wiki
Revision as of 14:53, 23 October 2025 by Davrot (talk | contribs) (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 ===...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Setting up the keys

I. in Jupyter-Lab terminal

Create Keys

  1. Open Terminal
  2. ssh-keygen -t ed25519 -C "USERNAME@uni-bremen.de"
  3. git config --global user.name "GIVENNAME SURENAME"
  4. git config --global user.email "USERNAME@uni-bremen.de"
  5. 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