Skip to content

Instantly share code, notes, and snippets.

View stracker-phil's full-sized avatar

Philipp Stracker stracker-phil

View GitHub Profile
@stracker-phil
stracker-phil / README.md
Created February 23, 2026 19:47
Runs "git log" against two branches to help find out, which one introduced a code change

Resolving Merge Conflicts

The inspect-conflict.sh script compares a single file on two branches to find out which branch introduced a specific code changes. This documentation explains, how the log inside the script evolved and what it does.

Rules

  1. Resolve one file at a time
  2. First, apply the upstream version
  3. Unstage all changes of that file
  4. RESOLVE: Review each change one-by-one and either stage or discard
@stracker-phil
stracker-phil / claude_quick.sh
Last active March 22, 2026 16:08
Cleaned up, verified and translated version of weidwonder/claude-desktop-multi-instance
#!/bin/bash
# Claude Desktop Multi-Instance Launcher
#
# Uses Electron's --user-data-dir flag to run fully isolated instances.
# Each instance gets its own data directory (config, VM bundles, SDK, sessions).
#
# Usage:
# ./claude_quick.sh # Show interactive menu
# ./claude_quick.sh <instance> # Launch named instance