Skip to content

Instantly share code, notes, and snippets.

View niharrathod's full-sized avatar

Nihar Rathod niharrathod

  • Google
  • Bangalore, India
  • 14:49 (UTC +05:30)
View GitHub Profile
@niharrathod
niharrathod / markdown-details-collapsible.md
Created September 28, 2022 04:45 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

How to

<details>
  <summary>Click me</summary>
  
  ### Heading
  1. Foo
  2. Bar
     * Baz
 * Qux
@niharrathod
niharrathod / semantic-commit-messages.md
Created September 28, 2022 04:42 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example