Skip to content

Instantly share code, notes, and snippets.

function savemyshitbro {
git stash
git checkout -b $1
git stash apply
git push origin $1
}
// $savemyshitbro BRANCH_NAME
// usage: savemyshitbro changes_to_something