Skip to content

Instantly share code, notes, and snippets.

View JeffreyJoumjian's full-sized avatar

skylerdj JeffreyJoumjian

View GitHub Profile
@JeffreyJoumjian
JeffreyJoumjian / .bashrc
Created April 16, 2025 18:31
Open a PR from current branch
function gh-open {
action=compare
if [ "$1" = "-b" ]; then
action=tree
fi
# Get the current branch name
branch=$(git rev-parse --abbrev-ref HEAD)