Skip to content

Commit

Permalink
Update coding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfieKnee authored Oct 12, 2023
1 parent 3c6f45e commit f729d6e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions coding.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
a page to collate useful infromation to for learngint o code
a page to collate useful infromation to for learning to code

* [command line cheat sheet](https://www.git-tower.com/blog/command-line-cheat-sheet/)
* [shell workshop](https://www.udacity.com/course/shell-workshop--ud206)

* this page gives infromation on adding [diagrams with mermaid](https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/)... I could get into this!


```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```

0 comments on commit f729d6e

Please sign in to comment.