Skip to content
@igbg

Its Gonna Be Good

Building a better tomorrow, one commit at a time.

Hi there 👋

i want to make the igbg -> its like an opensource education thing

example: gitbash: Staged and Unstaged Changes Diff

{
  # === STAGED ===
  git diff --cached --name-status | while read status file; do
    echo "# staged $file"
    echo '````diff'
    git diff --cached -- "$file"
    echo '````'
    echo ""
  done
  # === UNSTAGED ===
  git diff --name-status | while read status file; do
    echo "# unstaged $file"
    echo '````diff'
    git diff -- "$file"
    echo '````'
    echo ""
  done
} | clip

Pinned Loading

  1. offline-pdf-editor offline-pdf-editor Public

    Offline-first client-side PDF utility & CV maker built with React. Merge, reorder, edit pages, overlay links, and design resumes entirely in-browser. 100% private

    JavaScript 2

  2. ordering-lotek-offline ordering-lotek-offline Public

  3. wa-text-copy-parsing wa-text-copy-parsing Public

    JavaScript

  4. game-know-family-member game-know-family-member Public

    CSS

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…