Skip to content

Instantly share code, notes, and snippets.

@ovasdi
ovasdi / git-co-authors.sh
Last active January 24, 2025 21:03
A script to get co-authors for your git commits
#!/bin/bash
# This script generates a list of Git co-authors for a specific GitHub organization and team.
# Its purpose is to make it easier and faster to add co-authors to Git commits.
# It allows you to configure the organization and team, modify excluded users, reset the configuration,
# and display the current configuration. It also provides an option to display the co-author entry for a specific username.
#
# Usage:
# ./git-co-authors.sh [--help] [--config] [--exclude] [--reconfigure] [--reset] [username]
#
@ovasdi
ovasdi / markdown-details-collapsible.md
Created February 14, 2023 22:14 — 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