Skip to content

Instantly share code, notes, and snippets.

View smariapena's full-sized avatar
💚
not here lately

sheree peña smariapena

💚
not here lately
View GitHub Profile
@smariapena
smariapena / imgconflicttestrepo.sh
Last active December 11, 2015 07:38
Git Image Merge Conflict
#!/bin/sh
SCRIPTNAME=$(basename $0)
CURRENT_DIR=$(cd $(dirname $0);pwd)
REPO_PATH="$CURRENT_DIR/image-merge-conflict-test-repo"
if [ -d "$REPO_PATH" ]; then
rm -fr "$REPO_PATH"
fi