Skip to content

Commit

Permalink
Merge pull request #168 from tomaslau/master
Browse files Browse the repository at this point in the history
Linked to visual Regex, Git, VS Code, HTML, and JavaScript cheat sheets
  • Loading branch information
darkmatter18 authored Jan 20, 2024
2 parents 3a46137 + da6869a commit e668174
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/git_github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

- [Basic Cheat Sheet](./git-cheat-sheet-education.pdf)
- [Git Cheat Sheet](./git-cheat-sheet.pdf)

- [Git Cheat Sheet by Tower](https://www.git-tower.com/learn/cheat-sheets/git)
6 changes: 3 additions & 3 deletions cli/regex/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Regex

This folder contains Cheat-sheets for Regex.
This folder contains cheat sheets for Regex.

## Table of contents:

1.[Regex Cheat-sheet](./regex_cheatsheet.pdf)

1. [Regex Cheat Sheet](./regex_cheatsheet.pdf)
2. [Regex Cheat Sheet by Tower](https://www.git-tower.com/learn/cheat-sheets/regex)
1 change: 1 addition & 0 deletions code_editors/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
- [Keyboard Shortcuts For Windows 2](./keyboard-shortcuts-windows.pdf)
- [Keyboard Shortcuts For Linux](./keyboard-shortcuts-linux.pdf)
- [Keyboard Shortcuts For macOS](./keyboard-shortcuts-macos.pdf)
- [Visual Studio Code Cheat Sheet by Tower](https://www.git-tower.com/learn/cheat-sheets/vscode)

from [VSCode docs](https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-reference)
1 change: 1 addition & 0 deletions programming_languages/html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

- [Basic HTML](./Basic%20HTML.pdf)
- [HTML Cheatsheet](./html-cheatsheet.pdf)
- [HTML Cheat Sheet by Tower](https://www.git-tower.com/learn/cheat-sheets/html)
3 changes: 2 additions & 1 deletion programming_languages/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
- [Javascript Array Reduce Cheatsheet](./javascript-array-reduce.png)
- [Javascript Cheatsheet from overAPI](https://overapi.com/javascript)
- [Angular Cheatsheet](Angular/Angular_Cheatsheet.pdf)
- [React Cheatsheet](React/README.md)
- [React Cheatsheet](React/README.md)
- [JavaScript Cheat Sheet by Tower](https://www.git-tower.com/learn/cheat-sheets/javascript)

0 comments on commit e668174

Please sign in to comment.