Create a branch, add a file, and merge into main.
- Copy the URL of this repo
- Using the URL, clone this repo in JupyterLab
- Create a branch.
- Click the little Git icon on left
- Click little arrow showing 'main'
- Click New Branch
- Give it a name. I will call my branch
eli
- Create a new text or markdown file.
- Save it with a unique name, e.g. I will call mine
eli.md
- Stage and commit the change. this step is important before you switch branches
- Switch back to the main branch (JupyterHub might complain if your file is open. Just close it)
- Merge your branch
- Git > Merge Branch > select your branch
- Look at status in terminal
git status
git log