Skip to content

Instantly share code, notes, and snippets.

View dbechrd's full-sized avatar

Dan Bechard dbechrd

View GitHub Profile
@dbechrd
dbechrd / Status.sh
Last active December 24, 2024 07:25
Check local vs. remote status of multiple repos
#!/bin/bash
###################################################################
# Author: Dan Bechard
# Date: May 9, 2013
# Desc: Displays status of all repositories in directory to allow
# the user to easily identify uncommited changes and pending
# commits on the remote.
#
# === CHANGELOGS ===
#