Skip to content

Instantly share code, notes, and snippets.

@briantschu
briantschu / git-cleanup-repo
Created August 21, 2019 19:15 — forked from robmiller/git-cleanup-repo
A script for cleaning up Git repositories; it deletes branches that are fully merged into `origin/master`, prunes obsolete remote tracking branches, and as an added bonus will replicate these changes on the remote.
#!/bin/bash
# git-cleanup-repo
#
# Author: Rob Miller <rob@bigfish.co.uk>
# Adapted from the original by Yorick Sijsling
git checkout master &> /dev/null
# Make sure we're working with the most up-to-date version of master.
git fetch
@briantschu
briantschu / keybase.md
Created May 15, 2019 05:06
proving my identity with keybase

Keybase proof

I hereby claim:

  • I am briantschu on github.
  • I am briantschu (https://keybase.io/briantschu) on keybase.
  • I have a public key ASABsPHE2p9Erz344SmbxUnJaGpMSdIh0TxM-wqv8HhpYgo

To claim this, I am signing this object:

@briantschu
briantschu / jmp-donately.css
Last active September 15, 2015 17:41
JMP Donate.ly Styles
/* ==========================================================================
DONATELY Styles for Justice Matters Press
Updated by Brian Tofte-Schumacher
========================================================================== */
.donately-btn.donately-submit {
border: none;
background-image: none;
background: #1C676E none repeat scroll 0% 0% !important;
border-radius: 0px;