Skip to content
Snippets Groups Projects
Commit 02e2c23e authored by Theisen, Lambert's avatar Theisen, Lambert :fire:
Browse files

improve markdown

parent bce2dbca
No related branches found
No related tags found
No related merge requests found
Pipeline #1985 passed
...@@ -9,7 +9,6 @@ The Linux Shell is a command-line interface (CLI) used in Linux operating system ...@@ -9,7 +9,6 @@ The Linux Shell is a command-line interface (CLI) used in Linux operating system
### Accessing the Shell on UNIX (+maxOS) ### Accessing the Shell on UNIX (+maxOS)
- **Terminal:** Open the terminal application from your Linux desktop environment. - **Terminal:** Open the terminal application from your Linux desktop environment.
- **Keyboard Shortcut:** Often Ctrl+Alt+T.
![Alt text](./figs/git-bash.png) ![Alt text](./figs/git-bash.png)
...@@ -118,6 +117,10 @@ Use `>` for block quotes. ...@@ -118,6 +117,10 @@ Use `>` for block quotes.
![Alt text](./figs/vscode-julia.png) ![Alt text](./figs/vscode-julia.png)
Source: VSCode docu
## Further Reading/References ## Further Reading/References
- CLick PDF slides in https://thsn.dev/blog/publishing-reproducable-numerics - CLick PDF slides in https://thsn.dev/blog/publishing-reproducable-numerics
- https://aeturrell.github.io/coding-for-economists/wrkflow-version-control.html
- https://merely-useful.tech/py-rse/git-cmdline.html
...@@ -20,7 +20,7 @@ Git is a distributed version control system designed to handle everything from s ...@@ -20,7 +20,7 @@ Git is a distributed version control system designed to handle everything from s
- `git push`: Pushes commits to a remote repository. - `git push`: Pushes commits to a remote repository.
- `git pull`: Fetches and merges changes from a remote repository. - `git pull`: Fetches and merges changes from a remote repository.
![Alt text](./figs//git-remote.png) ![Alt text](./figs/git-remote.png)
Source: https://merely-useful.tech/py-rse/figures/git-cmdline/git-remote.png Source: https://merely-useful.tech/py-rse/figures/git-cmdline/git-remote.png
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment