Skip to content

Instantly share code, notes, and snippets.

View TSMMark's full-sized avatar
🐶

Mark Allen TSMMark

🐶
View GitHub Profile
@TSMMark
TSMMark / cloudSettings
Last active June 12, 2023 20:09 — forked from StevePotter/cloudSettings
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-09-14T17:18:10.569Z","extensionVersion":"v3.4.3"}
# Customize BASH PS1 prompt to show current GIT repository and branch.
# by Mike Stewart - http://MediaDoneRight.com
# http://mediadoneright.com/content/ultimate-git-ps1-bash-prompt
# SETUP CONSTANTS
# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
# I don't remember where I found this. o_O
alias g-delete-all-branches-except-master="git branch | grep -v "master" | xargs git branch -D"