Skip to content

Instantly share code, notes, and snippets.

View danie007's full-sized avatar
๐Ÿ”

Daniel Selvan D danie007

๐Ÿ”
View GitHub Profile
@LeonardoCardoso
LeonardoCardoso / gitzip.sh
Last active December 22, 2024 21:31
Zip folder ignoring files listed on .gitignore
#...
function gitzip() {
git archive -o $@.zip HEAD
}
#... gitzip ZIPPED_FILE_NAME
@pierrejoubert73
pierrejoubert73 / markdown-details-collapsible.md
Last active October 22, 2025 16:43
How to add a collapsible section in markdown.

How to add a collapsible section in markdown

1. Example

Click me

Heading

  1. Foo
  2. Bar
    • Baz
  • Qux