Skip to content

Commit

Permalink
deploy: 1ba5c1e
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Dec 25, 2023
1 parent 71e8d24 commit ae0dbcd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions cheatsheets/javascript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,7 @@ <h3 id="related-guides">Related guides</h3>
<ul>
<li><a href="https://github.com/MichaelCurrin/learn-to-code/blob/master/en/topics/scripting_languages/JavaScript/README.md">JS in Learn to Code</a></li>
<li><a href="https://michaelcurrin.github.io/code-cookbook/recipes/javascript/">JS in Code Cookbook</a></li>
<li><a href="https://www.git-tower.com/learn/cheat-sheets/javascript">Visual JavaScript Cheat Sheet</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion cheatsheets/markdown/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ <h3 id="notes">Notes</h3>

<p>Most of the content here is intended for GitHub Flavored Markdown (GFM) to be viewed on GitHub or an IDE which supports Markdown. Some the content is HTML which will render well in a markdown file on GitHub.</p>

<p>Some content comes from <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">Markdown Cheatsheet</a>. See also the the Wordpress <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown Quick Reference</a>.</p>
<p>Some content comes from <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">Markdown Cheatsheet</a>. See also the the WordPress <a href="https://en.support.wordpress.com/markdown-quick-reference/">Markdown Quick Reference</a> and Tower’s visual <a href="https://www.git-tower.com/learn/cheat-sheets/markdown">Markdown cheat sheet</a>.</p>



Expand Down
2 changes: 2 additions & 0 deletions cheatsheets/version-control/git/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1786,6 +1786,8 @@ <h2>Content</h2>

<p>See also <a href="https://github.com/MichaelCurrin/learn-to-code/tree/master/en/topics/version_control/Git">Git</a> section of my Learn to Code project.</p>

<p>If you’re a more visual person, check out this visual <a href="https://www.git-tower.com/learn/cheat-sheets/git">Git cheat sheet</a> available in multiple languages as well as light and dark modes.</p>

<h3 id="quick-reference">Quick reference</h3>

<p>Restore a file to match another branch.</p>
Expand Down
1 change: 1 addition & 0 deletions cheatsheets/web/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1582,6 +1582,7 @@ <h3 id="related">Related</h3>
<ul>
<li><a href="/dev-cheatsheets/cheatsheets/markdown/html.html">Markdown HTML</a> cheatsheet</li>
<li><a href="https://michaelcurrin.github.io/code-cookbook/recipes/web/html/">HTML</a> cookbook.</li>
<li><a href="https://www.git-tower.com/learn/cheat-sheets/html">Visual HTML Cheat Sheet</a></li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://michaelcurrin.github.io/dev-cheatsheets/feed.xml" rel="self" type="application/atom+xml" /><link href="https://michaelcurrin.github.io/dev-cheatsheets/" rel="alternate" type="text/html" /><updated>2023-12-17T12:20:34+00:00</updated><id>https://michaelcurrin.github.io/dev-cheatsheets/feed.xml</id><title type="html">Dev Cheatsheets</title><subtitle>A collection of code snippets and CLI guides for quick and easy reference while coding</subtitle><author><name>Michael Currin</name></author></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://michaelcurrin.github.io/dev-cheatsheets/feed.xml" rel="self" type="application/atom+xml" /><link href="https://michaelcurrin.github.io/dev-cheatsheets/" rel="alternate" type="text/html" /><updated>2023-12-25T20:42:55+00:00</updated><id>https://michaelcurrin.github.io/dev-cheatsheets/feed.xml</id><title type="html">Dev Cheatsheets</title><subtitle>A collection of code snippets and CLI guides for quick and easy reference while coding</subtitle><author><name>Michael Currin</name></author></feed>

0 comments on commit ae0dbcd

Please sign in to comment.