Skip to content

Instantly share code, notes, and snippets.

View insipx's full-sized avatar
🏠
Working from home

Andrew Plaza insipx

🏠
Working from home
View GitHub Profile

Merging JJ Workspaces into Main

This document describes how to merge multiple JJ workspaces into a single linear history on main.

When to Use This Workflow

Use this workflow when you have:

  • Multiple JJ workspaces with independent development branches
  • Work that needs to be consolidated into a single linear history
  • Commits in different workspaces that you cannot directly rebase (causes stale workspace errors)
@mattrutherford
mattrutherford / build-wasm-runtimes.rb
Last active April 8, 2021 22:03
build-wasm-runtimes.rb for Polkadot
#!/usr/bin/env ruby
# Copy this file to an empty directory, make executable (`chmod +x build-wasm-runtimes.rb`)
# Run it: `./build-wasm-runtimes.rb`
require 'fileutils'
require 'pty'
# List commits for each desired release
RELEASES = [
@atweiden
atweiden / connect-linux-ethernet-lan-ssh.md
Created March 19, 2016 21:30
directly connect two linux machines using an ethernet cable

ssh/rsync from one Linux machine to another with a standard ethernet cable

Overview

  • Install ifplugd and openssh on both machines.
  • Optionally install inxi on both machines (recommended).
@pascalpoitras
pascalpoitras / 1.md
Last active April 29, 2026 20:27
My WeeChat configuration

This configuration is no longer updated