Skip to content

Commit 144904c

Browse files
author
Henry
committed
📝 links, notes, hints
1 parent 0ffd409 commit 144904c

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

README.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
1-
# VS Code on Binder
1+
# Git Tutorial using
2+
3+
> VS Code on Binder
4+
> VS Code on Binder, because sometimes you need a real editor.
25
36
[![PyPI](https://img.shields.io/pypi/v/jupyter-vscode-proxy)](https://pypi.org/project/jupyter-vscode-proxy/)
47
[![Install with conda](https://anaconda.org/conda-forge/jupyter-vscode-proxy/badges/installer/conda.svg)](https://github.com/conda-forge/jupyter-vscode-proxy-feedstock)
58

6-
VS Code on Binder, because sometimes you need a real editor.
9+
Start:
10+
- lab: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/RasmussenLab/git-tutorial/master?urlpath=lab)
11+
- vscode: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/RasmussenLab/git-tutorial/master?urlpath=vscode)
12+
13+
14+
## Explore
15+
16+
- create a folder with an empty repository
17+
- setup user.name and user.email
18+
- create branches
19+
- etc
20+
21+
> try to add notes to your own fork
22+
23+
## Links
24+
25+
- [git-moji](https://gitmoji.dev/)
26+
- Videos: [Python-Git-Client](https://www.youtube.com/watch?v=xvzo_nV9PjU), [Git-Interals](https://www.youtube.com/watch?v=MYP56QJpDr4)
27+
28+
29+
## Note
730

8-
Try it: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/betatim/vscode-binder/master?urlpath=lab)
31+
> Should be Run the Python Tsunami notebooks on binder.
32+
?urlpath=vscode/?folder
33+
Go directly to Python Tsunami repository in
34+
- VSCode [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/RasmussenLab/git-tutorial/master?urlpath=vscode/?folder=/home/jovyan/PythonTsunami)
35+
- JupyterLab [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/RasmussenLab/git-tutorial/master?urlpath=lab/tree/PythonTsunami)
36+
- Jupyter Notebook [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/RasmussenLab/git-tutorial/master?urlpath=tree/PythonTsunami)

0 commit comments

Comments
 (0)